Html Css Color HEX #68FECC Aquamarine

📋 copy color: '#68FECC'

red 104 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #68FECC

Tints of Aquamarine #68FECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 18.51%
G = 45.2%
B = 36.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#68FECC (or 0x68FECC) is known color: Aquamarine. HEX triplet: 68, FE and CC. RGB value is (104,254,204). Sum of RGB (Red+Green+Blue) = 104+254+204=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #68FECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FECC is #970133. Grayscale: #CBCBCB. Windows color (decimal): -9896244 or 13434472. OLE color: 13434472.

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

Color convert

RGB 104 254 204 -
CMYK 0.59 0 0.20 0.00
HSL 160º 0.99% 0.7% -
HSV(B) 160º 0.59% 1% -
XYZ 52.05 78.19 69.47 -
YUV 203.45 128.31 57.07 -
System Red Green Blue C M Y K H S L
Decimal 104 254 204 0.59 0 0.20 0.00 160 0.99 0.7
Hex 68 FE CC 3B 0 14 0 A0 63 46
Octal 150 376 314 73 0 24 0 240 143 106
Binary 1101000 11111110 11001100 111011 0 10100 0 10100000 1100011 1000110

Color Harmonies of #68FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FECC

Black with #68FECC

Text Example


Text Example

White with #68FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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