Html Css Color HEX #659796 Cadet Blue

📋 copy color: '#659796'

red 101 ◦ green 151 ◦ blue 150

#659796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #659796

Tints of Cadet Blue #659796

RGB

 RED value IS 101 (39.84% from 255) = 25.12%

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 25.12%
G = 37.56%
B = 37.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#659796 (or 0x659796) is known color: Cadet Blue. HEX triplet: 65, 97 and 96. RGB value is (101,151,150). Sum of RGB (Red+Green+Blue) = 101+151+150=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #659796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659796 is #9A6869. Grayscale: #878787. Windows color (decimal): -10119274 or 9869157. OLE color: 9869157.

HSL color Cylindrical-coordinate representation of color #659796: hue angle of 178.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659796 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 150 -
CMYK 0.33 0 0.01 0.41
HSL 178.8º 0.2% 0.49% -
HSV(B) 178.8º 0.33% 0.59% -
XYZ 21.94 27.1 32.93 -
YUV 135.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 101 151 150 0.33 0 0.01 0.41 178.8 0.2 0.49
Hex 65 97 96 21 0 1 29 B3 14 31
Octal 145 227 226 41 0 1 51 263 24 61
Binary 1100101 10010111 10010110 100001 0 1 101001 10110011 10100 110001

Color Harmonies of #659796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659796

Black with #659796

Text Example


Text Example

White with #659796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659796; }

 p { color: rgb(101,151,150); }

 H1.HeaderClassName
 {
   color: #659796;
 }
 .AnyTagClassName
 {
   color: #659796;
 }
</style>

background-color css

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

 a { background-color: rgb(101,151,150); }

 div.DivClassName
 {
   background-color: #659796;
 }
 .BgClassName
 {
   background-color: #659796;
 }
</style>

border-color css

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

 span { border-color: rgb(101,151,150); }

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