Html Css Color HEX #60A295 Cadet Blue

📋 copy color: '#60A295'

red 96 ◦ green 162 ◦ blue 149

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

Shades of Cadet Blue #60A295

Tints of Cadet Blue #60A295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 23.59%
G = 39.8%
B = 36.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#60A295 (or 0x60A295) is known color: Cadet Blue. HEX triplet: 60, A2 and 95. RGB value is (96,162,149). Sum of RGB (Red+Green+Blue) = 96+162+149=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #60A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A295 is #9F5D6A. Grayscale: #8C8C8C. Windows color (decimal): -10444139 or 9806432. OLE color: 9806432.

HSL color Cylindrical-coordinate representation of color #60A295: hue angle of 168.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A295 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 162 149 -
CMYK 0.41 0 0.08 0.36
HSL 168.18º 0.26% 0.51% -
HSV(B) 168.18º 0.41% 0.64% -
XYZ 23.17 30.5 33.1 -
YUV 140.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 96 162 149 0.41 0 0.08 0.36 168.18 0.26 0.51
Hex 60 A2 95 29 0 8 24 A8 1A 33
Octal 140 242 225 51 0 10 44 250 32 63
Binary 1100000 10100010 10010101 101001 0 1000 100100 10101000 11010 110011

Color Harmonies of #60A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A295

Black with #60A295

Text Example


Text Example

White with #60A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,162,149); }

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

background-color css

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

 a { background-color: rgb(96,162,149); }

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

border-color css

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

 span { border-color: rgb(96,162,149); }

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