Html Css Color HEX #58A6A0 Cadet Blue

📋 copy color: '#58A6A0'

red 88 ◦ green 166 ◦ blue 160

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

Shades of Cadet Blue #58A6A0

Tints of Cadet Blue #58A6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 21.26%
G = 40.1%
B = 38.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#58A6A0 (or 0x58A6A0) is known color: Cadet Blue. HEX triplet: 58, A6 and A0. RGB value is (88,166,160). Sum of RGB (Red+Green+Blue) = 88+166+160=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #58A6A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A6A0 is #A7595F. Grayscale: #8D8D8D. Windows color (decimal): -10967392 or 10528344. OLE color: 10528344.

HSL color Cylindrical-coordinate representation of color #58A6A0: hue angle of 175.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A6A0 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 166 160 -
CMYK 0.47 0 0.04 0.35
HSL 175.38º 0.31% 0.5% -
HSV(B) 175.38º 0.47% 0.65% -
XYZ 24.01 31.89 38.15 -
YUV 141.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 88 166 160 0.47 0 0.04 0.35 175.38 0.31 0.5
Hex 58 A6 A0 2F 0 4 23 AF 1F 32
Octal 130 246 240 57 0 4 43 257 37 62
Binary 1011000 10100110 10100000 101111 0 100 100011 10101111 11111 110010

Color Harmonies of #58A6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A6A0

Black with #58A6A0

Text Example


Text Example

White with #58A6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,166,160); }

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

background-color css

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

 a { background-color: rgb(88,166,160); }

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

border-color css

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

 span { border-color: rgb(88,166,160); }

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