Html Css Color HEX #5AB39F Puerto Rico

📋 copy color: '#5AB39F'

red 90 ◦ green 179 ◦ blue 159

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

Shades of Puerto Rico #5AB39F

Tints of Puerto Rico #5AB39F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

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

R = 21.03%
G = 41.82%
B = 37.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#5AB39F (or 0x5AB39F) is known color: Puerto Rico. HEX triplet: 5A, B3 and 9F. RGB value is (90,179,159). Sum of RGB (Red+Green+Blue) = 90+179+159=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB39F is #A54C60. Grayscale: #969696. Windows color (decimal): -10832993 or 10466138. OLE color: 10466138.

HSL color Cylindrical-coordinate representation of color #5AB39F: hue angle of 166.52º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB39F is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 179 159 -
CMYK 0.50 0 0.11 0.30
HSL 166.52º 0.37% 0.53% -
HSV(B) 166.52º 0.5% 0.7% -
XYZ 26.59 36.92 38.52 -
YUV 150.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 90 179 159 0.50 0 0.11 0.30 166.52 0.37 0.53
Hex 5A B3 9F 32 0 B 1E A7 25 35
Octal 132 263 237 62 0 13 36 247 45 65
Binary 1011010 10110011 10011111 110010 0 1011 11110 10100111 100101 110101

Color Harmonies of #5AB39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB39F

Black with #5AB39F

Text Example


Text Example

White with #5AB39F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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