Html Css Color HEX #5ABBA0 Puerto Rico

📋 copy color: '#5ABBA0'

red 90 ◦ green 187 ◦ blue 160

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

Shades of Puerto Rico #5ABBA0

Tints of Puerto Rico #5ABBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 20.59%
G = 42.79%
B = 36.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#5ABBA0 (or 0x5ABBA0) is known color: Puerto Rico. HEX triplet: 5A, BB and A0. RGB value is (90,187,160). Sum of RGB (Red+Green+Blue) = 90+187+160=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBA0 is #A5445F. Grayscale: #9A9A9A. Windows color (decimal): -10830944 or 10533722. OLE color: 10533722.

HSL color Cylindrical-coordinate representation of color #5ABBA0: hue angle of 163.3º 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 #5ABBA0 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 160 -
CMYK 0.52 0 0.14 0.27
HSL 163.3º 0.42% 0.54% -
HSV(B) 163.3º 0.52% 0.73% -
XYZ 28.33 40.25 39.53 -
YUV 154.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 90 187 160 0.52 0 0.14 0.27 163.3 0.42 0.54
Hex 5A BB A0 34 0 E 1B A3 2A 36
Octal 132 273 240 64 0 16 33 243 52 66
Binary 1011010 10111011 10100000 110100 0 1110 11011 10100011 101010 110110

Color Harmonies of #5ABBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBA0

Black with #5ABBA0

Text Example


Text Example

White with #5ABBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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