Html Css Color HEX #68F198 Medium Aquamarine

📋 copy color: '#68F198'

red 104 ◦ green 241 ◦ blue 152

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

Shades of Medium Aquamarine #68F198

Tints of Medium Aquamarine #68F198

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

 BLUE value IS 152 (59.77% from 255) = 30.58%

R = 20.93%
G = 48.49%
B = 30.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#68F198 (or 0x68F198) is known color: Medium Aquamarine. HEX triplet: 68, F1 and 98. RGB value is (104,241,152). Sum of RGB (Red+Green+Blue) = 104+241+152=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #68F198 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F198 is #970E67. Grayscale: #BEBEBE. Windows color (decimal): -9899624 or 10023272. OLE color: 10023272.

HSL color Cylindrical-coordinate representation of color #68F198: hue angle of 141.02º degrees, saturation: 0.83, 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 #68F198 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 241 152 -
CMYK 0.57 0 0.37 0.05
HSL 141.02º 0.83% 0.68% -
HSV(B) 141.02º 0.57% 0.95% -
XYZ 42.83 68.12 40.6 -
YUV 189.89 106.61 66.74 -
System Red Green Blue C M Y K H S L
Decimal 104 241 152 0.57 0 0.37 0.05 141.02 0.83 0.68
Hex 68 F1 98 39 0 25 5 8D 53 44
Octal 150 361 230 71 0 45 5 215 123 104
Binary 1101000 11110001 10011000 111001 0 100101 101 10001101 1010011 1000100

Color Harmonies of #68F198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F198

Black with #68F198

Text Example


Text Example

White with #68F198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,241,152); }

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

background-color css

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

 a { background-color: rgb(104,241,152); }

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

border-color css

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

 span { border-color: rgb(104,241,152); }

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