Html Css Color HEX #5ABBA1 Puerto Rico

📋 copy color: '#5ABBA1'

red 90 ◦ green 187 ◦ blue 161

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

Shades of Puerto Rico #5ABBA1

Tints of Puerto Rico #5ABBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 20.55%
G = 42.69%
B = 36.76%

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

#5ABBA1 (or 0x5ABBA1) is known color: Puerto Rico. HEX triplet: 5A, BB and A1. RGB value is (90,187,161). Sum of RGB (Red+Green+Blue) = 90+187+161=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBA1 is #A5445E. Grayscale: #9B9B9B. Windows color (decimal): -10830943 or 10599258. OLE color: 10599258.

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

Color convert

RGB 90 187 161 -
CMYK 0.52 0 0.14 0.27
HSL 163.92º 0.42% 0.54% -
HSV(B) 163.92º 0.52% 0.73% -
XYZ 28.42 40.29 40 -
YUV 155.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 90 187 161 0.52 0 0.14 0.27 163.92 0.42 0.54
Hex 5A BB A1 34 0 E 1B A4 2A 36
Octal 132 273 241 64 0 16 33 244 52 66
Binary 1011010 10111011 10100001 110100 0 1110 11011 10100100 101010 110110

Color Harmonies of #5ABBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBA1

Black with #5ABBA1

Text Example


Text Example

White with #5ABBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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