Html Css Color HEX #55BFAB Puerto Rico

📋 copy color: '#55BFAB'

red 85 ◦ green 191 ◦ blue 171

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

Shades of Puerto Rico #55BFAB

Tints of Puerto Rico #55BFAB

RGB

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

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

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

R = 19.02%
G = 42.73%
B = 38.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#55BFAB (or 0x55BFAB) is known color: Puerto Rico. HEX triplet: 55, BF and AB. RGB value is (85,191,171). Sum of RGB (Red+Green+Blue) = 85+191+171=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFAB is #AA4054. Grayscale: #9D9D9D. Windows color (decimal): -11157589 or 11255637. OLE color: 11255637.

HSL color Cylindrical-coordinate representation of color #55BFAB: hue angle of 168.68º 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 #55BFAB is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 171 -
CMYK 0.55 0 0.10 0.25
HSL 168.68º 0.45% 0.54% -
HSV(B) 168.68º 0.55% 0.75% -
XYZ 29.73 42.13 45.09 -
YUV 157.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 85 191 171 0.55 0 0.10 0.25 168.68 0.45 0.54
Hex 55 BF AB 37 0 A 19 A9 2D 36
Octal 125 277 253 67 0 12 31 251 55 66
Binary 1010101 10111111 10101011 110111 0 1010 11001 10101001 101101 110110

Color Harmonies of #55BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFAB

Black with #55BFAB

Text Example


Text Example

White with #55BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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