Html Css Color HEX #64AC98 Keppel

📋 copy color: '#64AC98'

red 100 ◦ green 172 ◦ blue 152

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

Shades of Keppel #64AC98

Tints of Keppel #64AC98

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

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

R = 23.58%
G = 40.57%
B = 35.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#64AC98 (or 0x64AC98) is known color: Keppel. HEX triplet: 64, AC and 98. RGB value is (100,172,152). Sum of RGB (Red+Green+Blue) = 100+172+152=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC98 is #9B5367. Grayscale: #949494. Windows color (decimal): -10179432 or 10005604. OLE color: 10005604.

HSL color Cylindrical-coordinate representation of color #64AC98: hue angle of 163.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC98 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 152 -
CMYK 0.42 0 0.12 0.33
HSL 163.33º 0.3% 0.53% -
HSV(B) 163.33º 0.42% 0.67% -
XYZ 25.68 34.48 35.01 -
YUV 148.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 100 172 152 0.42 0 0.12 0.33 163.33 0.3 0.53
Hex 64 AC 98 2A 0 C 21 A3 1E 35
Octal 144 254 230 52 0 14 41 243 36 65
Binary 1100100 10101100 10011000 101010 0 1100 100001 10100011 11110 110101

Color Harmonies of #64AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC98

Black with #64AC98

Text Example


Text Example

White with #64AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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