Html Css Color HEX #68F097 Medium Aquamarine

📋 copy color: '#68F097'

red 104 ◦ green 240 ◦ blue 151

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

Shades of Medium Aquamarine #68F097

Tints of Medium Aquamarine #68F097

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 21.01%
G = 48.48%
B = 30.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#68F097 (or 0x68F097) is known color: Medium Aquamarine. HEX triplet: 68, F0 and 97. RGB value is (104,240,151). Sum of RGB (Red+Green+Blue) = 104+240+151=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #68F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F097 is #970F68. Grayscale: #BDBDBD. Windows color (decimal): -9899881 or 9957480. OLE color: 9957480.

HSL color Cylindrical-coordinate representation of color #68F097: hue angle of 140.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F097 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 151 -
CMYK 0.57 0 0.37 0.06
HSL 140.74º 0.82% 0.67% -
HSV(B) 140.74º 0.57% 0.94% -
XYZ 42.45 67.5 40.07 -
YUV 189.19 106.44 67.24 -
System Red Green Blue C M Y K H S L
Decimal 104 240 151 0.57 0 0.37 0.06 140.74 0.82 0.67
Hex 68 F0 97 39 0 25 6 8D 52 43
Octal 150 360 227 71 0 45 6 215 122 103
Binary 1101000 11110000 10010111 111001 0 100101 110 10001101 1010010 1000011

Color Harmonies of #68F097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F097

Black with #68F097

Text Example


Text Example

White with #68F097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,240,151); }

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

background-color css

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

 a { background-color: rgb(104,240,151); }

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

border-color css

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

 span { border-color: rgb(104,240,151); }

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