Html Css Color HEX #61A29C Cadet Blue

📋 copy color: '#61A29C'

red 97 ◦ green 162 ◦ blue 156

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

Shades of Cadet Blue #61A29C

Tints of Cadet Blue #61A29C

RGB

 RED value IS 97 (38.28% from 255) = 23.37%

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

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

R = 23.37%
G = 39.04%
B = 37.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#61A29C (or 0x61A29C) is known color: Cadet Blue. HEX triplet: 61, A2 and 9C. RGB value is (97,162,156). Sum of RGB (Red+Green+Blue) = 97+162+156=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #61A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A29C is #9E5D63. Grayscale: #8D8D8D. Windows color (decimal): -10378596 or 10265185. OLE color: 10265185.

HSL color Cylindrical-coordinate representation of color #61A29C: hue angle of 174.46º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A29C is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 156 -
CMYK 0.40 0 0.04 0.36
HSL 174.46º 0.26% 0.51% -
HSV(B) 174.46º 0.4% 0.64% -
XYZ 23.85 30.78 36.14 -
YUV 141.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 97 162 156 0.40 0 0.04 0.36 174.46 0.26 0.51
Hex 61 A2 9C 28 0 4 24 AE 1A 33
Octal 141 242 234 50 0 4 44 256 32 63
Binary 1100001 10100010 10011100 101000 0 100 100100 10101110 11010 110011

Color Harmonies of #61A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A29C

Black with #61A29C

Text Example


Text Example

White with #61A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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