Html Css Color HEX #64A59E Cadet Blue

📋 copy color: '#64A59E'

red 100 ◦ green 165 ◦ blue 158

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

Shades of Cadet Blue #64A59E

Tints of Cadet Blue #64A59E

RGB

 RED value IS 100 (39.45% from 255) = 23.64%

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

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

R = 23.64%
G = 39.01%
B = 37.35%

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

#64A59E (or 0x64A59E) is known color: Cadet Blue. HEX triplet: 64, A5 and 9E. RGB value is (100,165,158). Sum of RGB (Red+Green+Blue) = 100+165+158=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #64A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A59E is #9B5A61. Grayscale: #909090. Windows color (decimal): -10181218 or 10397028. OLE color: 10397028.

HSL color Cylindrical-coordinate representation of color #64A59E: hue angle of 173.54º degrees, saturation: 0.27, 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 #64A59E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 158 -
CMYK 0.39 0 0.04 0.35
HSL 173.54º 0.27% 0.52% -
HSV(B) 173.54º 0.39% 0.65% -
XYZ 24.88 32.09 37.23 -
YUV 144.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 100 165 158 0.39 0 0.04 0.35 173.54 0.27 0.52
Hex 64 A5 9E 27 0 4 23 AE 1B 34
Octal 144 245 236 47 0 4 43 256 33 64
Binary 1100100 10100101 10011110 100111 0 100 100011 10101110 11011 110100

Color Harmonies of #64A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A59E

Black with #64A59E

Text Example


Text Example

White with #64A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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