#61A4AA

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

Shades of Cadet Blue #61A4AA

Tints of Cadet Blue #61A4AA

Color information

#61A4AA (or 0x61A4AA) is unknown color: approx Cadet Blue. HEX triplet: 61, A4 and AA. RGB value is (97,164,170). Sum of RGB (Red+Green+Blue) = 97+164+170=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #61A4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A4AA is #9E5B55. Grayscale: #909090. Windows color (decimal): -10378070 or 11183201. OLE color: 11183201.

HSL color Cylindrical-coordinate representation of color #61A4AA: hue angle of 184.93º 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 #61A4AA is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97164170-
CMYK0.430.0400.33
HSL184.93º30.04%52.35%-
HSV(B)184.93º42.94%66.67%-
XYZ25.4631.9942.86-
YUV144.65142.394.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=22.51%
G=38.05%
B=39.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971641700.430.0400.33184.9330.0452.35
Hex61A4AA2B4021b91e34
Octal1412442525340412713664
Binary1100001101001001010101010101110001000011011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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