Html Css Color HEX #58A39B Cadet Blue

📋 copy color: '#58A39B'

red 88 ◦ green 163 ◦ blue 155

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

Shades of Cadet Blue #58A39B

Tints of Cadet Blue #58A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 21.67%
G = 40.15%
B = 38.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#58A39B (or 0x58A39B) is known color: Cadet Blue. HEX triplet: 58, A3 and 9B. RGB value is (88,163,155). Sum of RGB (Red+Green+Blue) = 88+163+155=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #58A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A39B is #A75C64. Grayscale: #8B8B8B. Windows color (decimal): -10968165 or 10199896. OLE color: 10199896.

HSL color Cylindrical-coordinate representation of color #58A39B: hue angle of 173.6º 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 #58A39B is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 163 155 -
CMYK 0.46 0 0.05 0.36
HSL 173.6º 0.3% 0.49% -
HSV(B) 173.6º 0.46% 0.64% -
XYZ 23.04 30.64 35.71 -
YUV 139.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 88 163 155 0.46 0 0.05 0.36 173.6 0.3 0.49
Hex 58 A3 9B 2E 0 5 24 AE 1E 31
Octal 130 243 233 56 0 5 44 256 36 61
Binary 1011000 10100011 10011011 101110 0 101 100100 10101110 11110 110001

Color Harmonies of #58A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A39B

Black with #58A39B

Text Example


Text Example

White with #58A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,163,155); }

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

background-color css

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

 a { background-color: rgb(88,163,155); }

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

border-color css

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

 span { border-color: rgb(88,163,155); }

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