#55C19D

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

Shades of Puerto Rico #55C19D

Tints of Puerto Rico #55C19D

Color information

#55C19D (or 0x55C19D) is unknown color: approx Puerto Rico. HEX triplet: 55, C1 and 9D. RGB value is (85,193,157). Sum of RGB (Red+Green+Blue) = 85+193+157=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #55C19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C19D is #AA3E62. Grayscale: #9C9C9C. Windows color (decimal): -11157091 or 10338645. OLE color: 10338645.

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

Color convert

RGB85193157-
CMYK0.5600.190.24
HSL160º46.55%54.51%-
HSV(B)160º55.96%75.69%-
XYZ28.942.5138.58-
YUV156.6128.2276.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=19.54%
G=44.37%
B=36.09%

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
Decimal851931570.5600.190.2416046.5554.51
Hex55C19D3801318a02f37
Octal12530123570023302405767
Binary101010111000001100111011110000100111100010100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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