Html Css Color HEX #64AE9E Keppel

📋 copy color: '#64AE9E'

red 100 ◦ green 174 ◦ blue 158

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

Shades of Keppel #64AE9E

Tints of Keppel #64AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

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

R = 23.15%
G = 40.28%
B = 36.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#64AE9E (or 0x64AE9E) is known color: Keppel. HEX triplet: 64, AE and 9E. RGB value is (100,174,158). Sum of RGB (Red+Green+Blue) = 100+174+158=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AE9E is #9B5161. Grayscale: #969696. Windows color (decimal): -10178914 or 10399332. OLE color: 10399332.

HSL color Cylindrical-coordinate representation of color #64AE9E: hue angle of 167.03º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE9E is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 158 -
CMYK 0.43 0 0.09 0.32
HSL 167.03º 0.31% 0.54% -
HSV(B) 167.03º 0.43% 0.68% -
XYZ 26.56 35.45 37.79 -
YUV 150.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 100 174 158 0.43 0 0.09 0.32 167.03 0.31 0.54
Hex 64 AE 9E 2B 0 9 20 A7 1F 36
Octal 144 256 236 53 0 11 40 247 37 66
Binary 1100100 10101110 10011110 101011 0 1001 100000 10100111 11111 110110

Color Harmonies of #64AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE9E

Black with #64AE9E

Text Example


Text Example

White with #64AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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