Html Css Color HEX #64AB9C Keppel

📋 copy color: '#64AB9C'

red 100 ◦ green 171 ◦ blue 156

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

Shades of Keppel #64AB9C

Tints of Keppel #64AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

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

R = 23.42%
G = 40.05%
B = 36.53%

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

#64AB9C (or 0x64AB9C) is known color: Keppel. HEX triplet: 64, AB and 9C. RGB value is (100,171,156). Sum of RGB (Red+Green+Blue) = 100+171+156=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB9C is #9B5463. Grayscale: #949494. Windows color (decimal): -10179684 or 10267492. OLE color: 10267492.

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

Color convert

RGB 100 171 156 -
CMYK 0.42 0 0.09 0.33
HSL 167.32º 0.3% 0.53% -
HSV(B) 167.32º 0.42% 0.67% -
XYZ 25.82 34.24 36.7 -
YUV 148.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 100 171 156 0.42 0 0.09 0.33 167.32 0.3 0.53
Hex 64 AB 9C 2A 0 9 21 A7 1E 35
Octal 144 253 234 52 0 11 41 247 36 65
Binary 1100100 10101011 10011100 101010 0 1001 100001 10100111 11110 110101

Color Harmonies of #64AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB9C

Black with #64AB9C

Text Example


Text Example

White with #64AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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