#659C9B

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

Shades of Cadet Blue #659C9B

Tints of Cadet Blue #659C9B

Color information

#659C9B (or 0x659C9B) is unknown color: approx Cadet Blue. HEX triplet: 65, 9C and 9B. RGB value is (101,156,155). Sum of RGB (Red+Green+Blue) = 101+156+155=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #659C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C9B is #9A6364. Grayscale: #8B8B8B. Windows color (decimal): -10117989 or 10198117. OLE color: 10198117.

HSL color Cylindrical-coordinate representation of color #659C9B: hue angle of 178.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C9B is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB101156155-
CMYK0.3500.010.39
HSL178.91º21.74%50.39%-
HSV(B)178.91º35.26%61.18%-
XYZ23.1728.9135.37-
YUV139.44136.78100.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=24.51%
G=37.86%
B=37.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011561550.3500.010.39178.9121.7450.39
Hex659C9B230127b31632
Octal1452342334301472632662
Binary11001011001110010011011100011011001111011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659C9B; }

 p { color: rgb(101,156,155); }

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

<style>
 a { background-color: #659C9B; }

 a { background-color: rgb(101,156,155); }

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

<style>
 span { border-color: #659C9B; }

 span { border-color: rgb(101,156,155); }

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