Html Css Color HEX #55B59C Puerto Rico

📋 copy color: '#55B59C'

red 85 ◦ green 181 ◦ blue 156

#55B59C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #55B59C

Tints of Puerto Rico #55B59C

RGB

 RED value IS 85 (33.59% from 255) = 20.14%

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 20.14%
G = 42.89%
B = 36.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#55B59C (or 0x55B59C) is known color: Puerto Rico. HEX triplet: 55, B5 and 9C. RGB value is (85,181,156). Sum of RGB (Red+Green+Blue) = 85+181+156=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #55B59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B59C is #AA4A63. Grayscale: #959595. Windows color (decimal): -11160164 or 10270037. OLE color: 10270037.

HSL color Cylindrical-coordinate representation of color #55B59C: hue angle of 164.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B59C is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 156 -
CMYK 0.53 0 0.14 0.29
HSL 164.38º 0.39% 0.52% -
HSV(B) 164.38º 0.53% 0.71% -
XYZ 26.27 37.38 37.28 -
YUV 149.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 85 181 156 0.53 0 0.14 0.29 164.38 0.39 0.52
Hex 55 B5 9C 35 0 E 1D A4 27 34
Octal 125 265 234 65 0 16 35 244 47 64
Binary 1010101 10110101 10011100 110101 0 1110 11101 10100100 100111 110100

Color Harmonies of #55B59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B59C

Black with #55B59C

Text Example


Text Example

White with #55B59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,156); }

 H1.HeaderClassName
 {
   color: #55B59C;
 }
 .AnyTagClassName
 {
   color: #55B59C;
 }
</style>

background-color css

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

 a { background-color: rgb(85,181,156); }

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

border-color css

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

 span { border-color: rgb(85,181,156); }

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