Html Css Color HEX #60A296 Cadet Blue

📋 copy color: '#60A296'

red 96 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #60A296

Tints of Cadet Blue #60A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 23.53%
G = 39.71%
B = 36.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#60A296 (or 0x60A296) is known color: Cadet Blue. HEX triplet: 60, A2 and 96. RGB value is (96,162,150). Sum of RGB (Red+Green+Blue) = 96+162+150=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #60A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A296 is #9F5D69. Grayscale: #8C8C8C. Windows color (decimal): -10444138 or 9871968. OLE color: 9871968.

HSL color Cylindrical-coordinate representation of color #60A296: hue angle of 169.09º 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 #60A296 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 162 150 -
CMYK 0.41 0 0.07 0.36
HSL 169.09º 0.26% 0.51% -
HSV(B) 169.09º 0.41% 0.64% -
XYZ 23.25 30.53 33.52 -
YUV 140.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 96 162 150 0.41 0 0.07 0.36 169.09 0.26 0.51
Hex 60 A2 96 29 0 7 24 A9 1A 33
Octal 140 242 226 51 0 7 44 251 32 63
Binary 1100000 10100010 10010110 101001 0 111 100100 10101001 11010 110011

Color Harmonies of #60A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A296

Black with #60A296

Text Example


Text Example

White with #60A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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