Html Css Color HEX #60A49F Cadet Blue

📋 copy color: '#60A49F'

red 96 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #60A49F

Tints of Cadet Blue #60A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 22.91%
G = 39.14%
B = 37.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#60A49F (or 0x60A49F) is known color: Cadet Blue. HEX triplet: 60, A4 and 9F. RGB value is (96,164,159). Sum of RGB (Red+Green+Blue) = 96+164+159=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #60A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A49F is #9F5B60. Grayscale: #8F8F8F. Windows color (decimal): -10443617 or 10462304. OLE color: 10462304.

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

Color convert

RGB 96 164 159 -
CMYK 0.41 0 0.03 0.36
HSL 175.59º 0.27% 0.51% -
HSV(B) 175.59º 0.41% 0.64% -
XYZ 24.36 31.54 37.61 -
YUV 143.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 96 164 159 0.41 0 0.03 0.36 175.59 0.27 0.51
Hex 60 A4 9F 29 0 3 24 B0 1B 33
Octal 140 244 237 51 0 3 44 260 33 63
Binary 1100000 10100100 10011111 101001 0 11 100100 10110000 11011 110011

Color Harmonies of #60A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A49F

Black with #60A49F

Text Example


Text Example

White with #60A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,164,159); }

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

background-color css

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

 a { background-color: rgb(96,164,159); }

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

border-color css

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

 span { border-color: rgb(96,164,159); }

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