#55C3AB

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

Shades of Puerto Rico #55C3AB

Tints of Puerto Rico #55C3AB

Color information

#55C3AB (or 0x55C3AB) is unknown color: approx Puerto Rico. HEX triplet: 55, C3 and AB. RGB value is (85,195,171). Sum of RGB (Red+Green+Blue) = 85+195+171=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C3AB is #AA3C54. Grayscale: #9F9F9F. Windows color (decimal): -11156565 or 11256661. OLE color: 11256661.

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

Color convert

RGB85195171-
CMYK0.5600.120.24
HSL166.91º47.83%54.9%-
HSV(B)166.91º56.41%76.47%-
XYZ30.6143.945.39-
YUV159.37134.5674.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=18.85%
G=43.24%
B=37.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851951710.5600.120.24166.9147.8354.9
Hex55C3AB380C18a73037
Octal12530325370014302476067
Binary10101011100001110101011111000011001100010100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,195,171); }

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

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

 a { background-color: rgb(85,195,171); }

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

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

 span { border-color: rgb(85,195,171); }

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