Html Css Color HEX #64F9B5 Aquamarine

📋 copy color: '#64F9B5'

red 100 ◦ green 249 ◦ blue 181

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

Shades of Aquamarine #64F9B5

Tints of Aquamarine #64F9B5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

 BLUE value IS 181 (71.09% from 255) = 34.15%

R = 18.87%
G = 46.98%
B = 34.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#64F9B5 (or 0x64F9B5) is known color: Aquamarine. HEX triplet: 64, F9 and B5. RGB value is (100,249,181). Sum of RGB (Red+Green+Blue) = 100+249+181=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9B5 is #9B064A. Grayscale: #C4C4C4. Windows color (decimal): -10159691 or 11925860. OLE color: 11925860.

HSL color Cylindrical-coordinate representation of color #64F9B5: hue angle of 152.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9B5 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 181 -
CMYK 0.60 0 0.27 0.02
HSL 152.62º 0.93% 0.68% -
HSV(B) 152.62º 0.6% 0.98% -
XYZ 47.47 73.8 55.46 -
YUV 196.7 119.14 59.03 -
System Red Green Blue C M Y K H S L
Decimal 100 249 181 0.60 0 0.27 0.02 152.62 0.93 0.68
Hex 64 F9 B5 3C 0 1B 2 99 5D 44
Octal 144 371 265 74 0 33 2 231 135 104
Binary 1100100 11111001 10110101 111100 0 11011 10 10011001 1011101 1000100

Color Harmonies of #64F9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F9B5

Black with #64F9B5

Text Example


Text Example

White with #64F9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,181); }

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

background-color css

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

 a { background-color: rgb(100,249,181); }

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

border-color css

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

 span { border-color: rgb(100,249,181); }

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