#61A29E

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

Shades of Cadet Blue #61A29E

Tints of Cadet Blue #61A29E

Color information

#61A29E (or 0x61A29E) is unknown color: approx Cadet Blue. HEX triplet: 61, A2 and 9E. RGB value is (97,162,158). Sum of RGB (Red+Green+Blue) = 97+162+158=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #61A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A29E is #9E5D61. Grayscale: #8E8E8E. Windows color (decimal): -10378594 or 10396257. OLE color: 10396257.

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

Color convert

RGB97162158-
CMYK0.4000.020.36
HSL176.31º25.9%50.78%-
HSV(B)176.31º40.12%63.53%-
XYZ24.0230.8537.04-
YUV142.11136.9795.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=23.26%
G=38.85%
B=37.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621580.4000.020.36176.3125.950.78
Hex61A29E280224b01a33
Octal1412422365002442603263
Binary110000110100010100111101010000101001001011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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