#61A59B

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

Shades of Cadet Blue #61A59B

Tints of Cadet Blue #61A59B

Color information

#61A59B (or 0x61A59B) is unknown color: approx Cadet Blue. HEX triplet: 61, A5 and 9B. RGB value is (97,165,155). Sum of RGB (Red+Green+Blue) = 97+165+155=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #61A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A59B is #9E5A64. Grayscale: #8F8F8F. Windows color (decimal): -10377829 or 10200417. OLE color: 10200417.

HSL color Cylindrical-coordinate representation of color #61A59B: hue angle of 171.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A59B is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB97165155-
CMYK0.4100.060.35
HSL171.18º27.42%51.37%-
HSV(B)171.18º41.21%64.71%-
XYZ24.331.8235.87-
YUV143.53134.4794.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=23.26%
G=39.57%
B=37.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651550.4100.060.35171.1827.4251.37
Hex61A59B290623ab1b33
Octal1412452335106432533363
Binary1100001101001011001101110100101101000111010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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