#55C19C

Color #55C19C Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #55C19C

Tints of Puerto Rico #55C19C

Color information

#55C19C (or 0x55C19C) is unknown color: approx Puerto Rico. HEX triplet: 55, C1 and 9C. RGB value is (85,193,156). Sum of RGB (Red+Green+Blue) = 85+193+156=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #55C19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C19C is #AA3E63. Grayscale: #9C9C9C. Windows color (decimal): -11157092 or 10273109. OLE color: 10273109.

HSL color Cylindrical-coordinate representation of color #55C19C: hue angle of 159.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C19C is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB85193156-
CMYK0.5600.190.24
HSL159.44º46.55%54.51%-
HSV(B)159.44º55.96%75.69%-
XYZ28.8242.4738.13-
YUV156.49127.7277.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=19.59%
G=44.47%
B=35.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931560.5600.190.24159.4446.5554.51
Hex55C19C38013189f2f37
Octal12530123470023302375767
Binary101010111000001100111001110000100111100010011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C19C; }

 p { color: rgb(85,193,156); }

 H1.HeaderClassName
 {
   color: #55C19C;
 }
 .AnyTagClassName
 {
   color: #55C19C;
 }
</style>
background-color css

<style>
 a { background-color: #55C19C; }

 a { background-color: rgb(85,193,156); }

 div.DivClassName
 {
   background-color: #55C19C;
 }
 .BgClassName
 {
   background-color: #55C19C;
 }
</style>
border-color css

<style>
 span { border-color: #55C19C; }

 span { border-color: rgb(85,193,156); }

 td.TdClassName
 {
   border-color: #55C19C;
 }
 .TagClassName
 {
   border-color: #55C19C;
 }
</style>