Html Css Color HEX #5AB69F Puerto Rico

📋 copy color: '#5AB69F'

red 90 ◦ green 182 ◦ blue 159

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

Shades of Puerto Rico #5AB69F

Tints of Puerto Rico #5AB69F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

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

R = 20.88%
G = 42.23%
B = 36.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#5AB69F (or 0x5AB69F) is known color: Puerto Rico. HEX triplet: 5A, B6 and 9F. RGB value is (90,182,159). Sum of RGB (Red+Green+Blue) = 90+182+159=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB69F is #A54960. Grayscale: #979797. Windows color (decimal): -10832225 or 10466906. OLE color: 10466906.

HSL color Cylindrical-coordinate representation of color #5AB69F: hue angle of 165º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB69F is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 182 159 -
CMYK 0.51 0 0.13 0.29
HSL 165º 0.39% 0.53% -
HSV(B) 165º 0.51% 0.71% -
XYZ 27.2 38.13 38.73 -
YUV 151.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 90 182 159 0.51 0 0.13 0.29 165 0.39 0.53
Hex 5A B6 9F 33 0 D 1D A5 27 35
Octal 132 266 237 63 0 15 35 245 47 65
Binary 1011010 10110110 10011111 110011 0 1101 11101 10100101 100111 110101

Color Harmonies of #5AB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB69F

Black with #5AB69F

Text Example


Text Example

White with #5AB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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