Html Css Color HEX #5ABBAC Puerto Rico

📋 copy color: '#5ABBAC'

red 90 ◦ green 187 ◦ blue 172

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

Shades of Puerto Rico #5ABBAC

Tints of Puerto Rico #5ABBAC

RGB

 RED value IS 90 (35.55% from 255) = 20.04%

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 20.04%
G = 41.65%
B = 38.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#5ABBAC (or 0x5ABBAC) is known color: Puerto Rico. HEX triplet: 5A, BB and AC. RGB value is (90,187,172). Sum of RGB (Red+Green+Blue) = 90+187+172=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBAC is #A54453. Grayscale: #9C9C9C. Windows color (decimal): -10830932 or 11320154. OLE color: 11320154.

HSL color Cylindrical-coordinate representation of color #5ABBAC: hue angle of 170.72º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABBAC is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 172 -
CMYK 0.52 0 0.08 0.27
HSL 170.72º 0.42% 0.54% -
HSV(B) 170.72º 0.52% 0.73% -
XYZ 29.43 40.69 45.33 -
YUV 156.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 90 187 172 0.52 0 0.08 0.27 170.72 0.42 0.54
Hex 5A BB AC 34 0 8 1B AB 2A 36
Octal 132 273 254 64 0 10 33 253 52 66
Binary 1011010 10111011 10101100 110100 0 1000 11011 10101011 101010 110110

Color Harmonies of #5ABBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBAC

Black with #5ABBAC

Text Example


Text Example

White with #5ABBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABBAC; }

 p { color: rgb(90,187,172); }

 H1.HeaderClassName
 {
   color: #5ABBAC;
 }
 .AnyTagClassName
 {
   color: #5ABBAC;
 }
</style>

background-color css

<style>
 a { background-color: #5ABBAC; }

 a { background-color: rgb(90,187,172); }

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

border-color css

<style>
 span { border-color: #5ABBAC; }

 span { border-color: rgb(90,187,172); }

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