#61A29D

Color #61A29D Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #61A29D

Tints of Cadet Blue #61A29D

Color information

#61A29D (or 0x61A29D) is unknown color: approx Cadet Blue. HEX triplet: 61, A2 and 9D. RGB value is (97,162,157). Sum of RGB (Red+Green+Blue) = 97+162+157=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #61A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A29D is #9E5D62. Grayscale: #8D8D8D. Windows color (decimal): -10378595 or 10330721. OLE color: 10330721.

HSL color Cylindrical-coordinate representation of color #61A29D: hue angle of 175.38º 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 #61A29D is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB97162157-
CMYK0.4000.030.36
HSL175.38º25.9%50.78%-
HSV(B)175.38º40.12%63.53%-
XYZ23.9430.8236.58-
YUV142136.4795.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=23.32%
G=38.94%
B=37.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621570.4000.030.36175.3825.950.78
Hex61A29D280324af1a33
Octal1412422355003442573263
Binary110000110100010100111011010000111001001010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61A29D;
 }
 .AnyTagClassName
 {
   color: #61A29D;
 }
</style>
background-color css

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

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

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

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

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

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