Html Css Color HEX #68F2BE Aquamarine

📋 copy color: '#68F2BE'

red 104 ◦ green 242 ◦ blue 190

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

Shades of Aquamarine #68F2BE

Tints of Aquamarine #68F2BE

RGB

 RED value IS 104 (41.02% from 255) = 19.4%

 GREEN value IS 242 (94.92% from 255) = 45.15%

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 19.4%
G = 45.15%
B = 35.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#68F2BE (or 0x68F2BE) is known color: Aquamarine. HEX triplet: 68, F2 and BE. RGB value is (104,242,190). Sum of RGB (Red+Green+Blue) = 104+242+190=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2BE is #970D41. Grayscale: #C2C2C2. Windows color (decimal): -9899330 or 12513896. OLE color: 12513896.

HSL color Cylindrical-coordinate representation of color #68F2BE: hue angle of 157.39º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2BE is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 190 -
CMYK 0.57 0 0.21 0.05
HSL 157.39º 0.84% 0.68% -
HSV(B) 157.39º 0.57% 0.95% -
XYZ 46.76 70.17 59.79 -
YUV 194.81 125.28 63.23 -
System Red Green Blue C M Y K H S L
Decimal 104 242 190 0.57 0 0.21 0.05 157.39 0.84 0.68
Hex 68 F2 BE 39 0 15 5 9D 54 44
Octal 150 362 276 71 0 25 5 235 124 104
Binary 1101000 11110010 10111110 111001 0 10101 101 10011101 1010100 1000100

Color Harmonies of #68F2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2BE

Black with #68F2BE

Text Example


Text Example

White with #68F2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68F2BE; }

 p { color: rgb(104,242,190); }

 H1.HeaderClassName
 {
   color: #68F2BE;
 }
 .AnyTagClassName
 {
   color: #68F2BE;
 }
</style>

background-color css

<style>
 a { background-color: #68F2BE; }

 a { background-color: rgb(104,242,190); }

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

border-color css

<style>
 span { border-color: #68F2BE; }

 span { border-color: rgb(104,242,190); }

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