Html Css Color HEX #55B2AB Puerto Rico

📋 copy color: '#55B2AB'

red 85 ◦ green 178 ◦ blue 171

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

Shades of Puerto Rico #55B2AB

Tints of Puerto Rico #55B2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 19.59%
G = 41.01%
B = 39.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#55B2AB (or 0x55B2AB) is known color: Puerto Rico. HEX triplet: 55, B2 and AB. RGB value is (85,178,171). Sum of RGB (Red+Green+Blue) = 85+178+171=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #55B2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B2AB is #AA4D54. Grayscale: #959595. Windows color (decimal): -11160917 or 11252309. OLE color: 11252309.

HSL color Cylindrical-coordinate representation of color #55B2AB: hue angle of 175.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B2AB is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 171 -
CMYK 0.52 0 0.04 0.30
HSL 175.48º 0.38% 0.52% -
HSV(B) 175.48º 0.52% 0.7% -
XYZ 27.02 36.71 44.19 -
YUV 149.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 85 178 171 0.52 0 0.04 0.30 175.48 0.38 0.52
Hex 55 B2 AB 34 0 4 1E AF 26 34
Octal 125 262 253 64 0 4 36 257 46 64
Binary 1010101 10110010 10101011 110100 0 100 11110 10101111 100110 110100

Color Harmonies of #55B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2AB

Black with #55B2AB

Text Example


Text Example

White with #55B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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