#61A39B

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

Shades of Cadet Blue #61A39B

Tints of Cadet Blue #61A39B

Color information

#61A39B (or 0x61A39B) is unknown color: approx Cadet Blue. HEX triplet: 61, A3 and 9B. RGB value is (97,163,155). Sum of RGB (Red+Green+Blue) = 97+163+155=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #61A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A39B is #9E5C64. Grayscale: #8E8E8E. Windows color (decimal): -10378341 or 10199905. OLE color: 10199905.

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

Color convert

RGB97163155-
CMYK0.4000.050.36
HSL172.73º26.4%50.98%-
HSV(B)172.73º40.49%63.92%-
XYZ23.9431.135.75-
YUV142.35135.1395.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=23.37%
G=39.28%
B=37.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971631550.4000.050.36172.7326.450.98
Hex61A39B280524ad1a33
Octal1412432335005442553263
Binary1100001101000111001101110100001011001001010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,155); }

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

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

 a { background-color: rgb(97,163,155); }

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

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

 span { border-color: rgb(97,163,155); }

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