Html Css Color HEX #58A19A Cadet Blue

📋 copy color: '#58A19A'

red 88 ◦ green 161 ◦ blue 154

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

Shades of Cadet Blue #58A19A

Tints of Cadet Blue #58A19A

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 value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#58A19A (or 0x58A19A) is known color: 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

RGB 88 161 154 -
CMYK 0.45 0 0.04 0.37
HSL 174.25º 0.29% 0.49% -
HSV(B) 174.25º 0.45% 0.63% -
XYZ 22.6 29.9 35.15 -
YUV 138.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 88 161 154 0.45 0 0.04 0.37 174.25 0.29 0.49
Hex 58 A1 9A 2D 0 4 25 AE 1D 31
Octal 130 241 232 55 0 4 45 256 35 61
Binary 1011000 10100001 10011010 101101 0 100 100101 10101110 11101 110001

Color Harmonies of #58A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A19A

Black with #58A19A

Text Example


Text Example

White with #58A19A

Text Example


Text Example

HTML Codes & Css Web 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>