Html Css Color HEX #5ABF9F Puerto Rico

📋 copy color: '#5ABF9F'

red 90 ◦ green 191 ◦ blue 159

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

Shades of Puerto Rico #5ABF9F

Tints of Puerto Rico #5ABF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 20.45%
G = 43.41%
B = 36.14%

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

#5ABF9F (or 0x5ABF9F) is known color: Puerto Rico. HEX triplet: 5A, BF and 9F. RGB value is (90,191,159). Sum of RGB (Red+Green+Blue) = 90+191+159=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF9F is #A54060. Grayscale: #9D9D9D. Windows color (decimal): -10829921 or 10469210. OLE color: 10469210.

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

Color convert

RGB 90 191 159 -
CMYK 0.53 0 0.17 0.25
HSL 160.99º 0.44% 0.55% -
HSV(B) 160.99º 0.53% 0.75% -
XYZ 29.11 41.94 39.36 -
YUV 157.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 90 191 159 0.53 0 0.17 0.25 160.99 0.44 0.55
Hex 5A BF 9F 35 0 11 19 A1 2C 37
Octal 132 277 237 65 0 21 31 241 54 67
Binary 1011010 10111111 10011111 110101 0 10001 11001 10100001 101100 110111

Color Harmonies of #5ABF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF9F

Black with #5ABF9F

Text Example


Text Example

White with #5ABF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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