Html Css Color HEX #65A59E Cadet Blue

📋 copy color: '#65A59E'

red 101 ◦ green 165 ◦ blue 158

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

Shades of Cadet Blue #65A59E

Tints of Cadet Blue #65A59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 23.82%
G = 38.92%
B = 37.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#65A59E (or 0x65A59E) is known color: Cadet Blue. HEX triplet: 65, A5 and 9E. RGB value is (101,165,158). Sum of RGB (Red+Green+Blue) = 101+165+158=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #65A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A59E is #9A5A61. Grayscale: #919191. Windows color (decimal): -10115682 or 10397029. OLE color: 10397029.

HSL color Cylindrical-coordinate representation of color #65A59E: hue angle of 173.44º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A59E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 165 158 -
CMYK 0.39 0 0.04 0.35
HSL 173.44º 0.26% 0.52% -
HSV(B) 173.44º 0.39% 0.65% -
XYZ 24.99 32.15 37.24 -
YUV 145.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 101 165 158 0.39 0 0.04 0.35 173.44 0.26 0.52
Hex 65 A5 9E 27 0 4 23 AD 1A 34
Octal 145 245 236 47 0 4 43 255 32 64
Binary 1100101 10100101 10011110 100111 0 100 100011 10101101 11010 110100

Color Harmonies of #65A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A59E

Black with #65A59E

Text Example


Text Example

White with #65A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A59E; }

 p { color: rgb(101,165,158); }

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

background-color css

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

 a { background-color: rgb(101,165,158); }

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

border-color css

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

 span { border-color: rgb(101,165,158); }

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