Html Css Color HEX #55BBAF Puerto Rico

📋 copy color: '#55BBAF'

red 85 ◦ green 187 ◦ blue 175

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

Shades of Puerto Rico #55BBAF

Tints of Puerto Rico #55BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 19.02%
G = 41.83%
B = 39.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#55BBAF (or 0x55BBAF) is known color: Puerto Rico. HEX triplet: 55, BB and AF. RGB value is (85,187,175). Sum of RGB (Red+Green+Blue) = 85+187+175=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBAF is #AA4450. Grayscale: #9B9B9B. Windows color (decimal): -11158609 or 11516757. OLE color: 11516757.

HSL color Cylindrical-coordinate representation of color #55BBAF: hue angle of 172.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BBAF is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 187 175 -
CMYK 0.55 0 0.06 0.27
HSL 172.94º 0.43% 0.53% -
HSV(B) 172.94º 0.55% 0.73% -
XYZ 29.25 40.57 46.85 -
YUV 155.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 85 187 175 0.55 0 0.06 0.27 172.94 0.43 0.53
Hex 55 BB AF 37 0 6 1B AD 2B 35
Octal 125 273 257 67 0 6 33 255 53 65
Binary 1010101 10111011 10101111 110111 0 110 11011 10101101 101011 110101

Color Harmonies of #55BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBAF

Black with #55BBAF

Text Example


Text Example

White with #55BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,175); }

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

background-color css

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

 a { background-color: rgb(85,187,175); }

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

border-color css

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

 span { border-color: rgb(85,187,175); }

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