#61A69E

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

Shades of Cadet Blue #61A69E

Tints of Cadet Blue #61A69E

Color information

#61A69E (or 0x61A69E) is unknown color: approx Cadet Blue. HEX triplet: 61, A6 and 9E. RGB value is (97,166,158). Sum of RGB (Red+Green+Blue) = 97+166+158=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #61A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A69E is #9E5961. Grayscale: #909090. Windows color (decimal): -10377570 or 10397281. OLE color: 10397281.

HSL color Cylindrical-coordinate representation of color #61A69E: hue angle of 173.04º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A69E is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB97166158-
CMYK0.4200.050.35
HSL173.04º27.94%51.57%-
HSV(B)173.04º41.57%65.1%-
XYZ24.7432.2837.28-
YUV144.46135.6494.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=23.04%
G=39.43%
B=37.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661580.4200.050.35173.0427.9451.57
Hex61A69E2A0523ad1c34
Octal1412462365205432553464
Binary1100001101001101001111010101001011000111010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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