Html Css Color HEX #5ABFA2 Puerto Rico

📋 copy color: '#5ABFA2'

red 90 ◦ green 191 ◦ blue 162

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

Shades of Puerto Rico #5ABFA2

Tints of Puerto Rico #5ABFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 20.32%
G = 43.12%
B = 36.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#5ABFA2 (or 0x5ABFA2) is known color: Puerto Rico. HEX triplet: 5A, BF and A2. RGB value is (90,191,162). Sum of RGB (Red+Green+Blue) = 90+191+162=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABFA2 is #A5405D. Grayscale: #9D9D9D. Windows color (decimal): -10829918 or 10665818. OLE color: 10665818.

HSL color Cylindrical-coordinate representation of color #5ABFA2: hue angle of 162.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABFA2 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 162 -
CMYK 0.53 0 0.15 0.25
HSL 162.77º 0.44% 0.55% -
HSV(B) 162.77º 0.53% 0.75% -
XYZ 29.37 42.04 40.75 -
YUV 157.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 90 191 162 0.53 0 0.15 0.25 162.77 0.44 0.55
Hex 5A BF A2 35 0 F 19 A3 2C 37
Octal 132 277 242 65 0 17 31 243 54 67
Binary 1011010 10111111 10100010 110101 0 1111 11001 10100011 101100 110111

Color Harmonies of #5ABFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFA2

Black with #5ABFA2

Text Example


Text Example

White with #5ABFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,191,162); }

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

background-color css

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

 a { background-color: rgb(90,191,162); }

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

border-color css

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

 span { border-color: rgb(90,191,162); }

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