#55C4B2

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

Shades of Puerto Rico #55C4B2

Tints of Puerto Rico #55C4B2

Color information

#55C4B2 (or 0x55C4B2) is unknown color: approx Puerto Rico. HEX triplet: 55, C4 and B2. RGB value is (85,196,178). Sum of RGB (Red+Green+Blue) = 85+196+178=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #55C4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C4B2 is #AA3B4D. Grayscale: #A0A0A0. Windows color (decimal): -11156302 or 11715669. OLE color: 11715669.

HSL color Cylindrical-coordinate representation of color #55C4B2: hue angle of 170.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C4B2 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB85196178-
CMYK0.5700.090.23
HSL170.27º48.47%55.1%-
HSV(B)170.27º56.63%76.86%-
XYZ31.5244.6349.07-
YUV160.76137.7373.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=18.52%
G=42.70%
B=38.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961780.5700.090.23170.2748.4755.1
Hex55C4B2390917aa3037
Octal12530426271011272526067
Binary10101011100010010110010111001010011011110101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,178); }

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

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

 a { background-color: rgb(85,196,178); }

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

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

 span { border-color: rgb(85,196,178); }

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