#61A09F

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

Shades of Cadet Blue #61A09F

Tints of Cadet Blue #61A09F

Color information

#61A09F (or 0x61A09F) is unknown color: approx Cadet Blue. HEX triplet: 61, A0 and 9F. RGB value is (97,160,159). Sum of RGB (Red+Green+Blue) = 97+160+159=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #61A09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A09F is #9E5F60. Grayscale: #8C8C8C. Windows color (decimal): -10379105 or 10461281. OLE color: 10461281.

HSL color Cylindrical-coordinate representation of color #61A09F: hue angle of 179.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61A09F is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB97160159-
CMYK0.3900.010.37
HSL179.05º24.9%50.39%-
HSV(B)179.05º39.38%62.75%-
XYZ23.7630.1937.38-
YUV141.05138.1396.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=23.32%
G=38.46%
B=38.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971601590.3900.010.37179.0524.950.39
Hex61A09F270125b31932
Octal1412402374701452633162
Binary11000011010000010011111100111011001011011001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,160,159); }

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

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

 a { background-color: rgb(97,160,159); }

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

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

 span { border-color: rgb(97,160,159); }

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