#5AC0AD

Color #5AC0AD Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5AC0AD

Tints of Puerto Rico #5AC0AD

Color information

#5AC0AD (or 0x5AC0AD) is unknown color: approx Puerto Rico. HEX triplet: 5A, C0 and AD. RGB value is (90,192,173). Sum of RGB (Red+Green+Blue) = 90+192+173=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC0AD is #A53F52. Grayscale: #9F9F9F. Windows color (decimal): -10829651 or 11386970. OLE color: 11386970.

HSL color Cylindrical-coordinate representation of color #5AC0AD: hue angle of 168.82º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC0AD is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB90192173-
CMYK0.5300.100.25
HSL168.82º44.74%55.29%-
HSV(B)168.82º53.12%75.29%-
XYZ30.6142.8946.2-
YUV159.34135.7178.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.78%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=19.78%
G=42.20%
B=38.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921730.5300.100.25168.8244.7455.29
Hex5AC0AD350A19a92d37
Octal13230025565012312515567
Binary10110101100000010101101110101010101100110101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AC0AD;
 }
 .AnyTagClassName
 {
   color: #5AC0AD;
 }
</style>
background-color css

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

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

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

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

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

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