Html Css Color HEX #64FFBB Aquamarine

📋 copy color: '#64FFBB'

red 100 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #64FFBB

Tints of Aquamarine #64FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

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

R = 18.45%
G = 47.05%
B = 34.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#64FFBB (or 0x64FFBB) is known color: Aquamarine. HEX triplet: 64, FF and BB. RGB value is (100,255,187). Sum of RGB (Red+Green+Blue) = 100+255+187=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFBB is #9B0044. Grayscale: #C9C9C9. Windows color (decimal): -10158149 or 12320612. OLE color: 12320612.

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

Color convert

RGB 100 255 187 -
CMYK 0.61 0 0.27 0
HSL 153.68º 1% 0.7% -
HSV(B) 153.68º 0.61% 1% -
XYZ 49.99 77.82 59.4 -
YUV 200.9 120.15 56.03 -
System Red Green Blue C M Y K H S L
Decimal 100 255 187 0.61 0 0.27 0 153.68 1 0.7
Hex 64 FF BB 3D 0 1B 0 9A 64 46
Octal 144 377 273 75 0 33 0 232 144 106
Binary 1100100 11111111 10111011 111101 0 11011 0 10011010 1100100 1000110

Color Harmonies of #64FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FFBB

Black with #64FFBB

Text Example


Text Example

White with #64FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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