Html Css Color HEX #55B4AB Puerto Rico

📋 copy color: '#55B4AB'

red 85 ◦ green 180 ◦ blue 171

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

Shades of Puerto Rico #55B4AB

Tints of Puerto Rico #55B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 19.5%
G = 41.28%
B = 39.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#55B4AB (or 0x55B4AB) is known color: Puerto Rico. HEX triplet: 55, B4 and AB. RGB value is (85,180,171). Sum of RGB (Red+Green+Blue) = 85+180+171=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #55B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B4AB is #AA4B54. Grayscale: #969696. Windows color (decimal): -11160405 or 11252821. OLE color: 11252821.

HSL color Cylindrical-coordinate representation of color #55B4AB: hue angle of 174.32º 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 #55B4AB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 180 171 -
CMYK 0.53 0 0.05 0.29
HSL 174.32º 0.39% 0.52% -
HSV(B) 174.32º 0.53% 0.71% -
XYZ 27.42 37.51 44.32 -
YUV 150.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 85 180 171 0.53 0 0.05 0.29 174.32 0.39 0.52
Hex 55 B4 AB 35 0 5 1D AE 27 34
Octal 125 264 253 65 0 5 35 256 47 64
Binary 1010101 10110100 10101011 110101 0 101 11101 10101110 100111 110100

Color Harmonies of #55B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B4AB

Black with #55B4AB

Text Example


Text Example

White with #55B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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