Html Css Color HEX #55BCAB Puerto Rico

📋 copy color: '#55BCAB'

red 85 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #55BCAB

Tints of Puerto Rico #55BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

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

R = 19.14%
G = 42.34%
B = 38.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#55BCAB (or 0x55BCAB) is known color: Puerto Rico. HEX triplet: 55, BC and AB. RGB value is (85,188,171). Sum of RGB (Red+Green+Blue) = 85+188+171=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCAB is #AA4354. Grayscale: #9B9B9B. Windows color (decimal): -11158357 or 11254869. OLE color: 11254869.

HSL color Cylindrical-coordinate representation of color #55BCAB: hue angle of 170.1º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCAB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 171 -
CMYK 0.55 0 0.09 0.26
HSL 170.1º 0.43% 0.54% -
HSV(B) 170.1º 0.55% 0.74% -
XYZ 29.08 40.84 44.88 -
YUV 155.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 85 188 171 0.55 0 0.09 0.26 170.1 0.43 0.54
Hex 55 BC AB 37 0 9 1A AA 2B 36
Octal 125 274 253 67 0 11 32 252 53 66
Binary 1010101 10111100 10101011 110111 0 1001 11010 10101010 101011 110110

Color Harmonies of #55BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCAB

Black with #55BCAB

Text Example


Text Example

White with #55BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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