Html Css Color HEX #55AAA0 Puerto Rico

📋 copy color: '#55AAA0'

red 85 ◦ green 170 ◦ blue 160

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

Shades of Puerto Rico #55AAA0

Tints of Puerto Rico #55AAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 20.48%
G = 40.96%
B = 38.55%

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

#55AAA0 (or 0x55AAA0) is known color: Puerto Rico. HEX triplet: 55, AA and A0. RGB value is (85,170,160). Sum of RGB (Red+Green+Blue) = 85+170+160=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #55AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAA0 is #AA555F. Grayscale: #8F8F8F. Windows color (decimal): -11162976 or 10529365. OLE color: 10529365.

HSL color Cylindrical-coordinate representation of color #55AAA0: hue angle of 172.94º 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 #55AAA0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 160 -
CMYK 0.50 0 0.06 0.33
HSL 172.94º 0.33% 0.5% -
HSV(B) 172.94º 0.5% 0.67% -
XYZ 24.47 33.22 38.38 -
YUV 143.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 85 170 160 0.50 0 0.06 0.33 172.94 0.33 0.5
Hex 55 AA A0 32 0 6 21 AD 21 32
Octal 125 252 240 62 0 6 41 255 41 62
Binary 1010101 10101010 10100000 110010 0 110 100001 10101101 100001 110010

Color Harmonies of #55AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAA0

Black with #55AAA0

Text Example


Text Example

White with #55AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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