Html Css Color HEX #64EBB3 Medium Aquamarine

📋 copy color: '#64EBB3'

red 100 ◦ green 235 ◦ blue 179

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

Shades of Medium Aquamarine #64EBB3

Tints of Medium Aquamarine #64EBB3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 19.46%
G = 45.72%
B = 34.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#64EBB3 (or 0x64EBB3) is known color: Medium Aquamarine. HEX triplet: 64, EB and B3. RGB value is (100,235,179). Sum of RGB (Red+Green+Blue) = 100+235+179=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBB3 is #9B144C. Grayscale: #BCBCBC. Windows color (decimal): -10163277 or 11791204. OLE color: 11791204.

HSL color Cylindrical-coordinate representation of color #64EBB3: hue angle of 155.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBB3 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 179 -
CMYK 0.57 0 0.24 0.08
HSL 155.11º 0.77% 0.66% -
HSV(B) 155.11º 0.57% 0.92% -
XYZ 43.1 65.38 53 -
YUV 188.25 122.77 65.05 -
System Red Green Blue C M Y K H S L
Decimal 100 235 179 0.57 0 0.24 0.08 155.11 0.77 0.66
Hex 64 EB B3 39 0 18 8 9B 4D 42
Octal 144 353 263 71 0 30 10 233 115 102
Binary 1100100 11101011 10110011 111001 0 11000 1000 10011011 1001101 1000010

Color Harmonies of #64EBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBB3

Black with #64EBB3

Text Example


Text Example

White with #64EBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,179); }

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

background-color css

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

 a { background-color: rgb(100,235,179); }

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

border-color css

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

 span { border-color: rgb(100,235,179); }

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