Html Css Color HEX #55AA9F Puerto Rico

📋 copy color: '#55AA9F'

red 85 ◦ green 170 ◦ blue 159

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

Shades of Puerto Rico #55AA9F

Tints of Puerto Rico #55AA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 20.53%
G = 41.06%
B = 38.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#55AA9F (or 0x55AA9F) is known color: Puerto Rico. HEX triplet: 55, AA and 9F. RGB value is (85,170,159). Sum of RGB (Red+Green+Blue) = 85+170+159=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA9F is #AA5560. Grayscale: #8F8F8F. Windows color (decimal): -11162977 or 10463829. OLE color: 10463829.

HSL color Cylindrical-coordinate representation of color #55AA9F: hue angle of 172.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA9F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 159 -
CMYK 0.50 0 0.06 0.33
HSL 172.24º 0.33% 0.5% -
HSV(B) 172.24º 0.5% 0.67% -
XYZ 24.38 33.18 37.92 -
YUV 143.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 85 170 159 0.50 0 0.06 0.33 172.24 0.33 0.5
Hex 55 AA 9F 32 0 6 21 AC 21 32
Octal 125 252 237 62 0 6 41 254 41 62
Binary 1010101 10101010 10011111 110010 0 110 100001 10101100 100001 110010

Color Harmonies of #55AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA9F

Black with #55AA9F

Text Example


Text Example

White with #55AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,159); }

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

background-color css

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

 a { background-color: rgb(85,170,159); }

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

border-color css

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

 span { border-color: rgb(85,170,159); }

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