Html Css Color HEX #58A294 Cadet Blue

📋 copy color: '#58A294'

red 88 ◦ green 162 ◦ blue 148

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

Shades of Cadet Blue #58A294

Tints of Cadet Blue #58A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 22.11%
G = 40.7%
B = 37.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#58A294 (or 0x58A294) is known color: Cadet Blue. HEX triplet: 58, A2 and 94. RGB value is (88,162,148). Sum of RGB (Red+Green+Blue) = 88+162+148=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #58A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A294 is #A75D6B. Grayscale: #8A8A8A. Windows color (decimal): -10968428 or 9740888. OLE color: 9740888.

HSL color Cylindrical-coordinate representation of color #58A294: hue angle of 168.65º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A294 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 162 148 -
CMYK 0.46 0 0.09 0.36
HSL 168.65º 0.3% 0.49% -
HSV(B) 168.65º 0.46% 0.64% -
XYZ 22.29 30.05 32.64 -
YUV 138.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 88 162 148 0.46 0 0.09 0.36 168.65 0.3 0.49
Hex 58 A2 94 2E 0 9 24 A9 1E 31
Octal 130 242 224 56 0 11 44 251 36 61
Binary 1011000 10100010 10010100 101110 0 1001 100100 10101001 11110 110001

Color Harmonies of #58A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A294

Black with #58A294

Text Example


Text Example

White with #58A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,162,148); }

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

background-color css

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

 a { background-color: rgb(88,162,148); }

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

border-color css

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

 span { border-color: rgb(88,162,148); }

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