Html Css Color HEX #68EED0 Aquamarine

📋 copy color: '#68EED0'

red 104 ◦ green 238 ◦ blue 208

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

Shades of Aquamarine #68EED0

Tints of Aquamarine #68EED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.27%

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 18.91%
G = 43.27%
B = 37.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#68EED0 (or 0x68EED0) is known color: Aquamarine. HEX triplet: 68, EE and D0. RGB value is (104,238,208). Sum of RGB (Red+Green+Blue) = 104+238+208=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #68EED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EED0 is #97112F. Grayscale: #C2C2C2. Windows color (decimal): -9900336 or 13692520. OLE color: 13692520.

HSL color Cylindrical-coordinate representation of color #68EED0: hue angle of 166.57º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EED0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 238 208 -
CMYK 0.56 0 0.13 0.07
HSL 166.57º 0.8% 0.67% -
HSV(B) 166.57º 0.56% 0.93% -
XYZ 47.67 68.65 70.41 -
YUV 194.51 135.61 63.44 -
System Red Green Blue C M Y K H S L
Decimal 104 238 208 0.56 0 0.13 0.07 166.57 0.8 0.67
Hex 68 EE D0 38 0 D 7 A7 50 43
Octal 150 356 320 70 0 15 7 247 120 103
Binary 1101000 11101110 11010000 111000 0 1101 111 10100111 1010000 1000011

Color Harmonies of #68EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EED0

Black with #68EED0

Text Example


Text Example

White with #68EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,238,208); }

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

background-color css

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

 a { background-color: rgb(104,238,208); }

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

border-color css

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

 span { border-color: rgb(104,238,208); }

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