Html Css Color HEX #5AB59F Puerto Rico

📋 copy color: '#5AB59F'

red 90 ◦ green 181 ◦ blue 159

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

Shades of Puerto Rico #5AB59F

Tints of Puerto Rico #5AB59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.09%

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

R = 20.93%
G = 42.09%
B = 36.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#5AB59F (or 0x5AB59F) is known color: Puerto Rico. HEX triplet: 5A, B5 and 9F. RGB value is (90,181,159). Sum of RGB (Red+Green+Blue) = 90+181+159=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB59F is #A54A60. Grayscale: #979797. Windows color (decimal): -10832481 or 10466650. OLE color: 10466650.

HSL color Cylindrical-coordinate representation of color #5AB59F: hue angle of 165.49º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB59F is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 159 -
CMYK 0.50 0 0.12 0.29
HSL 165.49º 0.38% 0.53% -
HSV(B) 165.49º 0.5% 0.71% -
XYZ 27 37.72 38.66 -
YUV 151.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 90 181 159 0.50 0 0.12 0.29 165.49 0.38 0.53
Hex 5A B5 9F 32 0 C 1D A5 26 35
Octal 132 265 237 62 0 14 35 245 46 65
Binary 1011010 10110101 10011111 110010 0 1100 11101 10100101 100110 110101

Color Harmonies of #5AB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB59F

Black with #5AB59F

Text Example


Text Example

White with #5AB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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