Html Css Color HEX #64BE9A Keppel

📋 copy color: '#64BE9A'

red 100 ◦ green 190 ◦ blue 154

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

Shades of Keppel #64BE9A

Tints of Keppel #64BE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 22.52%
G = 42.79%
B = 34.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#64BE9A (or 0x64BE9A) is known color: Keppel. HEX triplet: 64, BE and 9A. RGB value is (100,190,154). Sum of RGB (Red+Green+Blue) = 100+190+154=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE9A is #9B4165. Grayscale: #9F9F9F. Windows color (decimal): -10174822 or 10141284. OLE color: 10141284.

HSL color Cylindrical-coordinate representation of color #64BE9A: hue angle of 156º 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 #64BE9A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 154 -
CMYK 0.47 0 0.19 0.25
HSL 156º 0.41% 0.57% -
HSV(B) 156º 0.47% 0.75% -
XYZ 29.5 41.87 37.1 -
YUV 158.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 100 190 154 0.47 0 0.19 0.25 156 0.41 0.57
Hex 64 BE 9A 2F 0 13 19 9C 29 39
Octal 144 276 232 57 0 23 31 234 51 71
Binary 1100100 10111110 10011010 101111 0 10011 11001 10011100 101001 111001

Color Harmonies of #64BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE9A

Black with #64BE9A

Text Example


Text Example

White with #64BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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