#55C19E

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

Shades of Puerto Rico #55C19E

Tints of Puerto Rico #55C19E

Color information

#55C19E (or 0x55C19E) is unknown color: approx Puerto Rico. HEX triplet: 55, C1 and 9E. RGB value is (85,193,158). Sum of RGB (Red+Green+Blue) = 85+193+158=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #55C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C19E is #AA3E61. Grayscale: #9C9C9C. Windows color (decimal): -11157090 or 10404181. OLE color: 10404181.

HSL color Cylindrical-coordinate representation of color #55C19E: hue angle of 160.56º 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 #55C19E is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB85193158-
CMYK0.5600.180.24
HSL160.56º46.55%54.51%-
HSV(B)160.56º55.96%75.69%-
XYZ28.9942.5439.03-
YUV156.72128.7276.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.50%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=19.50%
G=44.27%
B=36.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931580.5600.180.24160.5646.5554.51
Hex55C19E3801218a12f37
Octal12530123670022302415767
Binary101010111000001100111101110000100101100010100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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