Html Css Color HEX #55BFAA Puerto Rico

📋 copy color: '#55BFAA'

red 85 ◦ green 191 ◦ blue 170

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

Shades of Puerto Rico #55BFAA

Tints of Puerto Rico #55BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 42.83%

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 19.06%
G = 42.83%
B = 38.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#55BFAA (or 0x55BFAA) is known color: Puerto Rico. HEX triplet: 55, BF and AA. RGB value is (85,191,170). Sum of RGB (Red+Green+Blue) = 85+191+170=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFAA is #AA4055. Grayscale: #9C9C9C. Windows color (decimal): -11157590 or 11190101. OLE color: 11190101.

HSL color Cylindrical-coordinate representation of color #55BFAA: hue angle of 168.11º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BFAA is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 170 -
CMYK 0.55 0 0.11 0.25
HSL 168.11º 0.45% 0.54% -
HSV(B) 168.11º 0.55% 0.75% -
XYZ 29.63 42.1 44.59 -
YUV 156.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 85 191 170 0.55 0 0.11 0.25 168.11 0.45 0.54
Hex 55 BF AA 37 0 B 19 A8 2D 36
Octal 125 277 252 67 0 13 31 250 55 66
Binary 1010101 10111111 10101010 110111 0 1011 11001 10101000 101101 110110

Color Harmonies of #55BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFAA

Black with #55BFAA

Text Example


Text Example

White with #55BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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