#55C6B2

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

Shades of Puerto Rico #55C6B2

Tints of Puerto Rico #55C6B2

Color information

#55C6B2 (or 0x55C6B2) is unknown color: approx Puerto Rico. HEX triplet: 55, C6 and B2. RGB value is (85,198,178). Sum of RGB (Red+Green+Blue) = 85+198+178=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C6B2 is #AA394D. Grayscale: #A1A1A1. Windows color (decimal): -11155790 or 11716181. OLE color: 11716181.

HSL color Cylindrical-coordinate representation of color #55C6B2: hue angle of 169.38º 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 #55C6B2 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB85198178-
CMYK0.5700.100.22
HSL169.38º49.78%55.49%-
HSV(B)169.38º57.07%77.65%-
XYZ31.9845.5349.22-
YUV161.93137.0673.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 198 (77.73% from 255) = 42.95%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=18.44%
G=42.95%
B=38.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981780.5700.100.22169.3849.7855.49
Hex55C6B2390A16a93237
Octal12530626271012262516267
Binary10101011100011010110010111001010101011010101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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