Html Css Color HEX #64AE98 Keppel

📋 copy color: '#64AE98'

red 100 ◦ green 174 ◦ blue 152

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

Shades of Keppel #64AE98

Tints of Keppel #64AE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 23.47%
G = 40.85%
B = 35.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#64AE98 (or 0x64AE98) is known color: Keppel. HEX triplet: 64, AE and 98. RGB value is (100,174,152). Sum of RGB (Red+Green+Blue) = 100+174+152=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AE98 is #9B5167. Grayscale: #959595. Windows color (decimal): -10178920 or 10006116. OLE color: 10006116.

HSL color Cylindrical-coordinate representation of color #64AE98: hue angle of 162.16º 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 #64AE98 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 152 -
CMYK 0.43 0 0.13 0.32
HSL 162.16º 0.31% 0.54% -
HSV(B) 162.16º 0.43% 0.68% -
XYZ 26.06 35.25 35.14 -
YUV 149.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 100 174 152 0.43 0 0.13 0.32 162.16 0.31 0.54
Hex 64 AE 98 2B 0 D 20 A2 1F 36
Octal 144 256 230 53 0 15 40 242 37 66
Binary 1100100 10101110 10011000 101011 0 1101 100000 10100010 11111 110110

Color Harmonies of #64AE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE98

Black with #64AE98

Text Example


Text Example

White with #64AE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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