Html Css Color HEX #68FEDD Aquamarine

📋 copy color: '#68FEDD'

red 104 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #68FEDD

Tints of Aquamarine #68FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.87%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 17.96%
G = 43.87%
B = 38.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#68FEDD (or 0x68FEDD) is known color: Aquamarine. HEX triplet: 68, FE and DD. RGB value is (104,254,221). Sum of RGB (Red+Green+Blue) = 104+254+221=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FEDD is #970122. Grayscale: #CDCDCD. Windows color (decimal): -9896227 or 14548584. OLE color: 14548584.

HSL color Cylindrical-coordinate representation of color #68FEDD: hue angle of 166.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEDD is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 254 221 -
CMYK 0.59 0 0.13 0.00
HSL 166.8º 0.99% 0.7% -
HSV(B) 166.8º 0.59% 1% -
XYZ 54.2 79.05 80.81 -
YUV 205.39 136.81 55.68 -
System Red Green Blue C M Y K H S L
Decimal 104 254 221 0.59 0 0.13 0.00 166.8 0.99 0.7
Hex 68 FE DD 3B 0 D 0 A7 63 46
Octal 150 376 335 73 0 15 0 247 143 106
Binary 1101000 11111110 11011101 111011 0 1101 0 10100111 1100011 1000110

Color Harmonies of #68FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEDD

Black with #68FEDD

Text Example


Text Example

White with #68FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,254,221); }

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

background-color css

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

 a { background-color: rgb(104,254,221); }

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

border-color css

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

 span { border-color: rgb(104,254,221); }

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