Html Css Color HEX #60A59E Cadet Blue

📋 copy color: '#60A59E'

red 96 ◦ green 165 ◦ blue 158

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

Shades of Cadet Blue #60A59E

Tints of Cadet Blue #60A59E

RGB

 RED value IS 96 (37.89% from 255) = 22.91%

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 22.91%
G = 39.38%
B = 37.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#60A59E (or 0x60A59E) is known color: Cadet Blue. HEX triplet: 60, A5 and 9E. RGB value is (96,165,158). Sum of RGB (Red+Green+Blue) = 96+165+158=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #60A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A59E is #9F5A61. Grayscale: #8F8F8F. Windows color (decimal): -10443362 or 10397024. OLE color: 10397024.

HSL color Cylindrical-coordinate representation of color #60A59E: hue angle of 173.91º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A59E is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 158 -
CMYK 0.42 0 0.04 0.35
HSL 173.91º 0.28% 0.51% -
HSV(B) 173.91º 0.42% 0.65% -
XYZ 24.45 31.87 37.21 -
YUV 143.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 96 165 158 0.42 0 0.04 0.35 173.91 0.28 0.51
Hex 60 A5 9E 2A 0 4 23 AE 1C 33
Octal 140 245 236 52 0 4 43 256 34 63
Binary 1100000 10100101 10011110 101010 0 100 100011 10101110 11100 110011

Color Harmonies of #60A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A59E

Black with #60A59E

Text Example


Text Example

White with #60A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A59E; }

 p { color: rgb(96,165,158); }

 H1.HeaderClassName
 {
   color: #60A59E;
 }
 .AnyTagClassName
 {
   color: #60A59E;
 }
</style>

background-color css

<style>
 a { background-color: #60A59E; }

 a { background-color: rgb(96,165,158); }

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

border-color css

<style>
 span { border-color: #60A59E; }

 span { border-color: rgb(96,165,158); }

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