Html Css Color HEX #5AB7AD Puerto Rico

📋 copy color: '#5AB7AD'

red 90 ◦ green 183 ◦ blue 173

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

Shades of Puerto Rico #5AB7AD

Tints of Puerto Rico #5AB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

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

R = 20.18%
G = 41.03%
B = 38.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#5AB7AD (or 0x5AB7AD) is known color: Puerto Rico. HEX triplet: 5A, B7 and AD. RGB value is (90,183,173). Sum of RGB (Red+Green+Blue) = 90+183+173=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB7AD is #A54852. Grayscale: #9A9A9A. Windows color (decimal): -10831955 or 11384666. OLE color: 11384666.

HSL color Cylindrical-coordinate representation of color #5AB7AD: hue angle of 173.55º degrees, saturation: 0.39, 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 #5AB7AD is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 90 183 173 -
CMYK 0.51 0 0.05 0.28
HSL 173.55º 0.39% 0.54% -
HSV(B) 173.55º 0.51% 0.72% -
XYZ 28.69 39.06 45.56 -
YUV 154.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 90 183 173 0.51 0 0.05 0.28 173.55 0.39 0.54
Hex 5A B7 AD 33 0 5 1C AE 27 36
Octal 132 267 255 63 0 5 34 256 47 66
Binary 1011010 10110111 10101101 110011 0 101 11100 10101110 100111 110110

Color Harmonies of #5AB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB7AD

Black with #5AB7AD

Text Example


Text Example

White with #5AB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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