Html Css Color HEX #68DFA2 Medium Aquamarine

📋 copy color: '#68DFA2'

red 104 ◦ green 223 ◦ blue 162

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

Shades of Medium Aquamarine #68DFA2

Tints of Medium Aquamarine #68DFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 21.27%
G = 45.6%
B = 33.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#68DFA2 (or 0x68DFA2) is known color: Medium Aquamarine. HEX triplet: 68, DF and A2. RGB value is (104,223,162). Sum of RGB (Red+Green+Blue) = 104+223+162=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFA2 is #97205D. Grayscale: #B4B4B4. Windows color (decimal): -9904222 or 10674024. OLE color: 10674024.

HSL color Cylindrical-coordinate representation of color #68DFA2: hue angle of 149.24º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFA2 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 162 -
CMYK 0.53 0 0.27 0.13
HSL 149.24º 0.65% 0.64% -
HSV(B) 149.24º 0.53% 0.87% -
XYZ 38.62 58.33 43.41 -
YUV 180.47 117.58 73.46 -
System Red Green Blue C M Y K H S L
Decimal 104 223 162 0.53 0 0.27 0.13 149.24 0.65 0.64
Hex 68 DF A2 35 0 1B D 95 41 40
Octal 150 337 242 65 0 33 15 225 101 100
Binary 1101000 11011111 10100010 110101 0 11011 1101 10010101 1000001 1000000

Color Harmonies of #68DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFA2

Black with #68DFA2

Text Example


Text Example

White with #68DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,223,162); }

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

background-color css

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

 a { background-color: rgb(104,223,162); }

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

border-color css

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

 span { border-color: rgb(104,223,162); }

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