Html Css Color HEX #68FEDF Aquamarine

📋 copy color: '#68FEDF'

red 104 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #68FEDF

Tints of Aquamarine #68FEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 17.9%
G = 43.72%
B = 38.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#68FEDF (or 0x68FEDF) is known color: Aquamarine. HEX triplet: 68, FE and DF. RGB value is (104,254,223). Sum of RGB (Red+Green+Blue) = 104+254+223=581 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.90% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FEDF is #970120. Grayscale: #CDCDCD. Windows color (decimal): -9896225 or 14679656. OLE color: 14679656.

HSL color Cylindrical-coordinate representation of color #68FEDF: hue angle of 167.6º 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 #68FEDF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 254 223 -
CMYK 0.59 0 0.12 0.00
HSL 167.6º 0.99% 0.7% -
HSV(B) 167.6º 0.59% 1% -
XYZ 54.47 79.15 82.22 -
YUV 205.62 137.81 55.52 -
System Red Green Blue C M Y K H S L
Decimal 104 254 223 0.59 0 0.12 0.00 167.6 0.99 0.7
Hex 68 FE DF 3B 0 C 0 A8 63 46
Octal 150 376 337 73 0 14 0 250 143 106
Binary 1101000 11111110 11011111 111011 0 1100 0 10101000 1100011 1000110

Color Harmonies of #68FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEDF

Black with #68FEDF

Text Example


Text Example

White with #68FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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