Html Css Color HEX #5ABFA4 Puerto Rico

📋 copy color: '#5ABFA4'

red 90 ◦ green 191 ◦ blue 164

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

Shades of Puerto Rico #5ABFA4

Tints of Puerto Rico #5ABFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 20.22%
G = 42.92%
B = 36.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#5ABFA4 (or 0x5ABFA4) is known color: Puerto Rico. HEX triplet: 5A, BF and A4. RGB value is (90,191,164). Sum of RGB (Red+Green+Blue) = 90+191+164=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABFA4 is #A5405B. Grayscale: #9D9D9D. Windows color (decimal): -10829916 or 10796890. OLE color: 10796890.

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

Color convert

RGB 90 191 164 -
CMYK 0.53 0 0.14 0.25
HSL 163.96º 0.44% 0.55% -
HSV(B) 163.96º 0.53% 0.75% -
XYZ 29.55 42.12 41.69 -
YUV 157.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 90 191 164 0.53 0 0.14 0.25 163.96 0.44 0.55
Hex 5A BF A4 35 0 E 19 A4 2C 37
Octal 132 277 244 65 0 16 31 244 54 67
Binary 1011010 10111111 10100100 110101 0 1110 11001 10100100 101100 110111

Color Harmonies of #5ABFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFA4

Black with #5ABFA4

Text Example


Text Example

White with #5ABFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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