Html Css Color HEX #60A29C Cadet Blue

📋 copy color: '#60A29C'

red 96 ◦ green 162 ◦ blue 156

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

Shades of Cadet Blue #60A29C

Tints of Cadet Blue #60A29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 23.19%
G = 39.13%
B = 37.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#60A29C (or 0x60A29C) is known color: Cadet Blue. HEX triplet: 60, A2 and 9C. RGB value is (96,162,156). Sum of RGB (Red+Green+Blue) = 96+162+156=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #60A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A29C is #9F5D63. Grayscale: #8D8D8D. Windows color (decimal): -10444132 or 10265184. OLE color: 10265184.

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

Color convert

RGB 96 162 156 -
CMYK 0.41 0 0.04 0.36
HSL 174.55º 0.26% 0.51% -
HSV(B) 174.55º 0.41% 0.64% -
XYZ 23.74 30.73 36.13 -
YUV 141.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 96 162 156 0.41 0 0.04 0.36 174.55 0.26 0.51
Hex 60 A2 9C 29 0 4 24 AF 1A 33
Octal 140 242 234 51 0 4 44 257 32 63
Binary 1100000 10100010 10011100 101001 0 100 100100 10101111 11010 110011

Color Harmonies of #60A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A29C

Black with #60A29C

Text Example


Text Example

White with #60A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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