#55C6A6

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

Shades of Puerto Rico #55C6A6

Tints of Puerto Rico #55C6A6

Color information

#55C6A6 (or 0x55C6A6) is unknown color: approx Puerto Rico. HEX triplet: 55, C6 and A6. RGB value is (85,198,166). Sum of RGB (Red+Green+Blue) = 85+198+166=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C6A6 is #AA3959. Grayscale: #A0A0A0. Windows color (decimal): -11155802 or 10929749. OLE color: 10929749.

HSL color Cylindrical-coordinate representation of color #55C6A6: hue angle of 163.01º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C6A6 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB85198166-
CMYK0.5700.160.22
HSL163.01º49.78%55.49%-
HSV(B)163.01º57.07%77.65%-
XYZ30.8245.0743.15-
YUV160.56131.0674.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 198 (77.73% from 255) = 44.10%
BLUE value IS 166 (65.23% from 255) = 36.97%
R=18.93%
G=44.10%
B=36.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981660.5700.160.22163.0149.7855.49
Hex55C6A63901016a33237
Octal12530624671020262436267
Binary101010111000110101001101110010100001011010100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,198,166); }

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

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

 a { background-color: rgb(85,198,166); }

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

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

 span { border-color: rgb(85,198,166); }

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