Html Css Color HEX #58A8AA Cadet Blue

📋 copy color: '#58A8AA'

red 88 ◦ green 168 ◦ blue 170

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

Shades of Cadet Blue #58A8AA

Tints of Cadet Blue #58A8AA

RGB

 RED value IS 88 (34.77% from 255) = 20.66%

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 20.66%
G = 39.44%
B = 39.91%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#58A8AA (or 0x58A8AA) is known color: Cadet Blue. HEX triplet: 58, A8 and AA. RGB value is (88,168,170). Sum of RGB (Red+Green+Blue) = 88+168+170=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #58A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A8AA is #A75755. Grayscale: #909090. Windows color (decimal): -10966870 or 11184216. OLE color: 11184216.

HSL color Cylindrical-coordinate representation of color #58A8AA: hue angle of 181.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A8AA is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 168 170 -
CMYK 0.48 0.01 0 0.33
HSL 181.46º 0.33% 0.51% -
HSV(B) 181.46º 0.48% 0.67% -
XYZ 25.28 32.98 43.06 -
YUV 144.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 88 168 170 0.48 0.01 0 0.33 181.46 0.33 0.51
Hex 58 A8 AA 30 1 0 21 B5 21 33
Octal 130 250 252 60 1 0 41 265 41 63
Binary 1011000 10101000 10101010 110000 1 0 100001 10110101 100001 110011

Color Harmonies of #58A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8AA

Black with #58A8AA

Text Example


Text Example

White with #58A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,168,170); }

 H1.HeaderClassName
 {
   color: #58A8AA;
 }
 .AnyTagClassName
 {
   color: #58A8AA;
 }
</style>

background-color css

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

 a { background-color: rgb(88,168,170); }

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

border-color css

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

 span { border-color: rgb(88,168,170); }

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