Html Css Color HEX #64FEBB Aquamarine

📋 copy color: '#64FEBB'

red 100 ◦ green 254 ◦ blue 187

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

Shades of Aquamarine #64FEBB

Tints of Aquamarine #64FEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.95%

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 18.48%
G = 46.95%
B = 34.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#64FEBB (or 0x64FEBB) is known color: Aquamarine. HEX triplet: 64, FE and BB. RGB value is (100,254,187). Sum of RGB (Red+Green+Blue) = 100+254+187=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEBB is #9B0144. Grayscale: #C8C8C8. Windows color (decimal): -10158405 or 12320356. OLE color: 12320356.

HSL color Cylindrical-coordinate representation of color #64FEBB: hue angle of 153.9º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEBB is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 254 187 -
CMYK 0.61 0 0.26 0.00
HSL 153.9º 0.99% 0.69% -
HSV(B) 153.9º 0.61% 1% -
XYZ 49.67 77.18 59.29 -
YUV 200.32 120.48 56.45 -
System Red Green Blue C M Y K H S L
Decimal 100 254 187 0.61 0 0.26 0.00 153.9 0.99 0.69
Hex 64 FE BB 3D 0 1A 0 9A 63 45
Octal 144 376 273 75 0 32 0 232 143 105
Binary 1100100 11111110 10111011 111101 0 11010 0 10011010 1100011 1000101

Color Harmonies of #64FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEBB

Black with #64FEBB

Text Example


Text Example

White with #64FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,254,187); }

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

background-color css

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

 a { background-color: rgb(100,254,187); }

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

border-color css

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

 span { border-color: rgb(100,254,187); }

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