#61A0AA

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

Shades of Cadet Blue #61A0AA

Tints of Cadet Blue #61A0AA

Color information

#61A0AA (or 0x61A0AA) is unknown color: approx Cadet Blue. HEX triplet: 61, A0 and AA. RGB value is (97,160,170). Sum of RGB (Red+Green+Blue) = 97+160+170=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #61A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A0AA is #9E5F55. Grayscale: #8E8E8E. Windows color (decimal): -10379094 or 11182177. OLE color: 11182177.

HSL color Cylindrical-coordinate representation of color #61A0AA: hue angle of 188.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A0AA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97160170-
CMYK0.430.0600.33
HSL188.22º30.04%52.35%-
HSV(B)188.22º42.94%66.67%-
XYZ24.7630.5942.63-
YUV142.3143.6395.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=22.72%
G=37.47%
B=39.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971601700.430.0600.33188.2230.0452.35
Hex61A0AA2B6021bc1e34
Octal1412402525360412743664
Binary1100001101000001010101010101111001000011011110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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