Html Css Color HEX #5AB8AD Puerto Rico

📋 copy color: '#5AB8AD'

red 90 ◦ green 184 ◦ blue 173

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

Shades of Puerto Rico #5AB8AD

Tints of Puerto Rico #5AB8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

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

R = 20.13%
G = 41.16%
B = 38.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#5AB8AD (or 0x5AB8AD) is known color: Puerto Rico. HEX triplet: 5A, B8 and AD. RGB value is (90,184,173). Sum of RGB (Red+Green+Blue) = 90+184+173=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB8AD is #A54752. Grayscale: #9A9A9A. Windows color (decimal): -10831699 or 11384922. OLE color: 11384922.

HSL color Cylindrical-coordinate representation of color #5AB8AD: hue angle of 172.98º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB8AD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 90 184 173 -
CMYK 0.51 0 0.06 0.28
HSL 172.98º 0.4% 0.54% -
HSV(B) 172.98º 0.51% 0.72% -
XYZ 28.9 39.47 45.63 -
YUV 154.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 90 184 173 0.51 0 0.06 0.28 172.98 0.4 0.54
Hex 5A B8 AD 33 0 6 1C AD 28 36
Octal 132 270 255 63 0 6 34 255 50 66
Binary 1011010 10111000 10101101 110011 0 110 11100 10101101 101000 110110

Color Harmonies of #5AB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB8AD

Black with #5AB8AD

Text Example


Text Example

White with #5AB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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