Html Css Color HEX #64BDA4 Keppel

📋 copy color: '#64BDA4'

red 100 ◦ green 189 ◦ blue 164

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

Shades of Keppel #64BDA4

Tints of Keppel #64BDA4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 22.08%
G = 41.72%
B = 36.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#64BDA4 (or 0x64BDA4) is known color: Keppel. HEX triplet: 64, BD and A4. RGB value is (100,189,164). Sum of RGB (Red+Green+Blue) = 100+189+164=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BDA4 is #9B425B. Grayscale: #9F9F9F. Windows color (decimal): -10175068 or 10796388. OLE color: 10796388.

HSL color Cylindrical-coordinate representation of color #64BDA4: hue angle of 163.15º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDA4 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 189 164 -
CMYK 0.47 0 0.13 0.26
HSL 163.15º 0.4% 0.57% -
HSV(B) 163.15º 0.47% 0.74% -
XYZ 30.15 41.78 41.6 -
YUV 159.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 100 189 164 0.47 0 0.13 0.26 163.15 0.4 0.57
Hex 64 BD A4 2F 0 D 1A A3 28 39
Octal 144 275 244 57 0 15 32 243 50 71
Binary 1100100 10111101 10100100 101111 0 1101 11010 10100011 101000 111001

Color Harmonies of #64BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDA4

Black with #64BDA4

Text Example


Text Example

White with #64BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,189,164); }

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

background-color css

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

 a { background-color: rgb(100,189,164); }

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

border-color css

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

 span { border-color: rgb(100,189,164); }

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