Html Css Color HEX #64AB9B Keppel

📋 copy color: '#64AB9B'

red 100 ◦ green 171 ◦ blue 155

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

Shades of Keppel #64AB9B

Tints of Keppel #64AB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 23.47%
G = 40.14%
B = 36.38%

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

#64AB9B (or 0x64AB9B) is known color: Keppel. HEX triplet: 64, AB and 9B. RGB value is (100,171,155). Sum of RGB (Red+Green+Blue) = 100+171+155=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB9B is #9B5464. Grayscale: #939393. Windows color (decimal): -10179685 or 10201956. OLE color: 10201956.

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

Color convert

RGB 100 171 155 -
CMYK 0.42 0 0.09 0.33
HSL 166.48º 0.3% 0.53% -
HSV(B) 166.48º 0.42% 0.67% -
XYZ 25.73 34.2 36.26 -
YUV 147.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 100 171 155 0.42 0 0.09 0.33 166.48 0.3 0.53
Hex 64 AB 9B 2A 0 9 21 A6 1E 35
Octal 144 253 233 52 0 11 41 246 36 65
Binary 1100100 10101011 10011011 101010 0 1001 100001 10100110 11110 110101

Color Harmonies of #64AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB9B

Black with #64AB9B

Text Example


Text Example

White with #64AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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