Html Css Color HEX #64BEA0 Keppel

📋 copy color: '#64BEA0'

red 100 ◦ green 190 ◦ blue 160

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

Shades of Keppel #64BEA0

Tints of Keppel #64BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.22%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 22.22%
G = 42.22%
B = 35.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#64BEA0 (or 0x64BEA0) is known color: Keppel. HEX triplet: 64, BE and A0. RGB value is (100,190,160). Sum of RGB (Red+Green+Blue) = 100+190+160=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BEA0 is #9B415F. Grayscale: #9F9F9F. Windows color (decimal): -10174816 or 10534500. OLE color: 10534500.

HSL color Cylindrical-coordinate representation of color #64BEA0: hue angle of 160º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BEA0 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 160 -
CMYK 0.47 0 0.16 0.25
HSL 160º 0.41% 0.57% -
HSV(B) 160º 0.47% 0.75% -
XYZ 30.01 42.07 39.8 -
YUV 159.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 100 190 160 0.47 0 0.16 0.25 160 0.41 0.57
Hex 64 BE A0 2F 0 10 19 A0 29 39
Octal 144 276 240 57 0 20 31 240 51 71
Binary 1100100 10111110 10100000 101111 0 10000 11001 10100000 101001 111001

Color Harmonies of #64BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEA0

Black with #64BEA0

Text Example


Text Example

White with #64BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,160); }

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

background-color css

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

 a { background-color: rgb(100,190,160); }

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

border-color css

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

 span { border-color: rgb(100,190,160); }

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