#55C8A1

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

Shades of Puerto Rico #55C8A1

Tints of Puerto Rico #55C8A1

Color information

#55C8A1 (or 0x55C8A1) is unknown color: approx Puerto Rico. HEX triplet: 55, C8 and A1. RGB value is (85,200,161). Sum of RGB (Red+Green+Blue) = 85+200+161=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C8A1 is #AA375E. Grayscale: #A1A1A1. Windows color (decimal): -11155295 or 10602581. OLE color: 10602581.

HSL color Cylindrical-coordinate representation of color #55C8A1: hue angle of 159.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8A1 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB85200161-
CMYK0.5800.190.22
HSL159.65º51.11%55.88%-
HSV(B)159.65º57.5%78.43%-
XYZ30.8345.8140.94-
YUV161.17127.973.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.06%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=19.06%
G=44.84%
B=36.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001610.5800.190.22159.6551.1155.88
Hex55C8A13A01316a03338
Octal12531024172023262406370
Binary101010111001000101000011110100100111011010100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,200,161); }

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

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

 a { background-color: rgb(85,200,161); }

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

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

 span { border-color: rgb(85,200,161); }

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