Html Css Color HEX #64AC9C Keppel

📋 copy color: '#64AC9C'

red 100 ◦ green 172 ◦ blue 156

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

Shades of Keppel #64AC9C

Tints of Keppel #64AC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 23.36%
G = 40.19%
B = 36.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#64AC9C (or 0x64AC9C) is known color: Keppel. HEX triplet: 64, AC and 9C. RGB value is (100,172,156). Sum of RGB (Red+Green+Blue) = 100+172+156=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AC9C is #9B5363. Grayscale: #949494. Windows color (decimal): -10179428 or 10267748. OLE color: 10267748.

HSL color Cylindrical-coordinate representation of color #64AC9C: hue angle of 166.67º 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 #64AC9C is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 156 -
CMYK 0.42 0 0.09 0.33
HSL 166.67º 0.3% 0.53% -
HSV(B) 166.67º 0.42% 0.67% -
XYZ 26.01 34.61 36.76 -
YUV 148.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 100 172 156 0.42 0 0.09 0.33 166.67 0.3 0.53
Hex 64 AC 9C 2A 0 9 21 A7 1E 35
Octal 144 254 234 52 0 11 41 247 36 65
Binary 1100100 10101100 10011100 101010 0 1001 100001 10100111 11110 110101

Color Harmonies of #64AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC9C

Black with #64AC9C

Text Example


Text Example

White with #64AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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