Html Css Color HEX #5ABF9E Puerto Rico

📋 copy color: '#5ABF9E'

red 90 ◦ green 191 ◦ blue 158

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

Shades of Puerto Rico #5ABF9E

Tints of Puerto Rico #5ABF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 20.5%
G = 43.51%
B = 35.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#5ABF9E (or 0x5ABF9E) is known color: Puerto Rico. HEX triplet: 5A, BF and 9E. RGB value is (90,191,158). Sum of RGB (Red+Green+Blue) = 90+191+158=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF9E is #A54061. Grayscale: #9D9D9D. Windows color (decimal): -10829922 or 10403674. OLE color: 10403674.

HSL color Cylindrical-coordinate representation of color #5ABF9E: hue angle of 160.4º 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 #5ABF9E is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 158 -
CMYK 0.53 0 0.17 0.25
HSL 160.4º 0.44% 0.55% -
HSV(B) 160.4º 0.53% 0.75% -
XYZ 29.02 41.9 38.91 -
YUV 157.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 90 191 158 0.53 0 0.17 0.25 160.4 0.44 0.55
Hex 5A BF 9E 35 0 11 19 A0 2C 37
Octal 132 277 236 65 0 21 31 240 54 67
Binary 1011010 10111111 10011110 110101 0 10001 11001 10100000 101100 110111

Color Harmonies of #5ABF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF9E

Black with #5ABF9E

Text Example


Text Example

White with #5ABF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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