Html Css Color HEX #60A096 Cadet Blue

📋 copy color: '#60A096'

red 96 ◦ green 160 ◦ blue 150

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

Shades of Cadet Blue #60A096

Tints of Cadet Blue #60A096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

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

R = 23.65%
G = 39.41%
B = 36.95%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#60A096 (or 0x60A096) is known color: Cadet Blue. HEX triplet: 60, A0 and 96. RGB value is (96,160,150). Sum of RGB (Red+Green+Blue) = 96+160+150=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #60A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A096 is #9F5F69. Grayscale: #8B8B8B. Windows color (decimal): -10444650 or 9871456. OLE color: 9871456.

HSL color Cylindrical-coordinate representation of color #60A096: hue angle of 170.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A096 is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 160 150 -
CMYK 0.4 0 0.06 0.37
HSL 170.63º 0.25% 0.5% -
HSV(B) 170.63º 0.4% 0.63% -
XYZ 22.9 29.83 33.41 -
YUV 139.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 96 160 150 0.4 0 0.06 0.37 170.63 0.25 0.5
Hex 60 A0 96 28 0 6 25 AB 19 32
Octal 140 240 226 50 0 6 45 253 31 62
Binary 1100000 10100000 10010110 101000 0 110 100101 10101011 11001 110010

Color Harmonies of #60A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A096

Black with #60A096

Text Example


Text Example

White with #60A096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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