Html Css Color HEX #58A9A1 Cadet Blue

📋 copy color: '#58A9A1'

red 88 ◦ green 169 ◦ blue 161

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

Shades of Cadet Blue #58A9A1

Tints of Cadet Blue #58A9A1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 21.05%
G = 40.43%
B = 38.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#58A9A1 (or 0x58A9A1) is known color: Cadet Blue. HEX triplet: 58, A9 and A1. RGB value is (88,169,161). Sum of RGB (Red+Green+Blue) = 88+169+161=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #58A9A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A9A1 is #A7565E. Grayscale: #8F8F8F. Windows color (decimal): -10966623 or 10594648. OLE color: 10594648.

HSL color Cylindrical-coordinate representation of color #58A9A1: hue angle of 174.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A9A1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 169 161 -
CMYK 0.48 0 0.05 0.34
HSL 174.07º 0.32% 0.5% -
HSV(B) 174.07º 0.48% 0.66% -
XYZ 24.65 33.02 38.79 -
YUV 143.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 88 169 161 0.48 0 0.05 0.34 174.07 0.32 0.5
Hex 58 A9 A1 30 0 5 22 AE 20 32
Octal 130 251 241 60 0 5 42 256 40 62
Binary 1011000 10101001 10100001 110000 0 101 100010 10101110 100000 110010

Color Harmonies of #58A9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A9A1

Black with #58A9A1

Text Example


Text Example

White with #58A9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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