Html Css Color HEX #5AB5AD Puerto Rico

📋 copy color: '#5AB5AD'

red 90 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #5AB5AD

Tints of Puerto Rico #5AB5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 20.27%
G = 40.77%
B = 38.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#5AB5AD (or 0x5AB5AD) is known color: Puerto Rico. HEX triplet: 5A, B5 and AD. RGB value is (90,181,173). Sum of RGB (Red+Green+Blue) = 90+181+173=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5AD is #A54A52. Grayscale: #989898. Windows color (decimal): -10832467 or 11384154. OLE color: 11384154.

HSL color Cylindrical-coordinate representation of color #5AB5AD: hue angle of 174.73º 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 #5AB5AD is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 173 -
CMYK 0.50 0 0.04 0.29
HSL 174.73º 0.38% 0.53% -
HSV(B) 174.73º 0.5% 0.71% -
XYZ 28.28 38.24 45.43 -
YUV 152.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 90 181 173 0.50 0 0.04 0.29 174.73 0.38 0.53
Hex 5A B5 AD 32 0 4 1D AF 26 35
Octal 132 265 255 62 0 4 35 257 46 65
Binary 1011010 10110101 10101101 110010 0 100 11101 10101111 100110 110101

Color Harmonies of #5AB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB5AD

Black with #5AB5AD

Text Example


Text Example

White with #5AB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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