#58A19A

Color #58A19A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #58A19A

Tints of Cadet Blue #58A19A

Color information

#58A19A (or 0x58A19A) is unknown color: approx Cadet Blue. HEX triplet: 58, A1 and 9A. RGB value is (88,161,154). Sum of RGB (Red+Green+Blue) = 88+161+154=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #58A19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A19A is #A75E65. Grayscale: #8A8A8A. Windows color (decimal): -10968678 or 10133848. OLE color: 10133848.

HSL color Cylindrical-coordinate representation of color #58A19A: hue angle of 174.25º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A19A is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB88161154-
CMYK0.4500.040.37
HSL174.25º29.32%48.82%-
HSV(B)174.25º45.34%63.14%-
XYZ22.629.935.15-
YUV138.38136.8292.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.84%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=21.84%
G=39.95%
B=38.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881611540.4500.040.37174.2529.3248.82
Hex58A19A2D0425ae1d31
Octal1302412325504452563561
Binary1011000101000011001101010110101001001011010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A19A; }

 p { color: rgb(88,161,154); }

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

<style>
 a { background-color: #58A19A; }

 a { background-color: rgb(88,161,154); }

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

<style>
 span { border-color: #58A19A; }

 span { border-color: rgb(88,161,154); }

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