Html Css Color HEX #5AAD9F Puerto Rico

📋 copy color: '#5AAD9F'

red 90 ◦ green 173 ◦ blue 159

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

Shades of Puerto Rico #5AAD9F

Tints of Puerto Rico #5AAD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 21.33%
G = 41%
B = 37.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#5AAD9F (or 0x5AAD9F) is known color: Puerto Rico. HEX triplet: 5A, AD and 9F. RGB value is (90,173,159). Sum of RGB (Red+Green+Blue) = 90+173+159=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAD9F is #A55260. Grayscale: #929292. Windows color (decimal): -10834529 or 10464602. OLE color: 10464602.

HSL color Cylindrical-coordinate representation of color #5AAD9F: hue angle of 169.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD9F is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 159 -
CMYK 0.48 0 0.08 0.32
HSL 169.88º 0.34% 0.52% -
HSV(B) 169.88º 0.48% 0.68% -
XYZ 25.42 34.56 38.13 -
YUV 146.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 90 173 159 0.48 0 0.08 0.32 169.88 0.34 0.52
Hex 5A AD 9F 30 0 8 20 AA 22 34
Octal 132 255 237 60 0 10 40 252 42 64
Binary 1011010 10101101 10011111 110000 0 1000 100000 10101010 100010 110100

Color Harmonies of #5AAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAD9F

Black with #5AAD9F

Text Example


Text Example

White with #5AAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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