#55C89A

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

Shades of Puerto Rico #55C89A

Tints of Puerto Rico #55C89A

Color information

#55C89A (or 0x55C89A) is unknown color: approx Puerto Rico. HEX triplet: 55, C8 and 9A. RGB value is (85,200,154). Sum of RGB (Red+Green+Blue) = 85+200+154=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #55C89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C89A is #AA3765. Grayscale: #A0A0A0. Windows color (decimal): -11155302 or 10143829. OLE color: 10143829.

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

Color convert

RGB85200154-
CMYK0.5800.230.22
HSL156º51.11%55.88%-
HSV(B)156º57.5%78.43%-
XYZ30.2345.5737.77-
YUV160.37124.474.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 200 (78.52% from 255) = 45.56%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=19.36%
G=45.56%
B=35.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001540.5800.230.2215651.1155.88
Hex55C89A3A017169c3338
Octal12531023272027262346370
Binary101010111001000100110101110100101111011010011100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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