Html Css Color HEX #68F0CE Aquamarine

📋 copy color: '#68F0CE'

red 104 ◦ green 240 ◦ blue 206

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

Shades of Aquamarine #68F0CE

Tints of Aquamarine #68F0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.64%

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 18.91%
G = 43.64%
B = 37.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#68F0CE (or 0x68F0CE) is known color: Aquamarine. HEX triplet: 68, F0 and CE. RGB value is (104,240,206). Sum of RGB (Red+Green+Blue) = 104+240+206=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0CE is #970F31. Grayscale: #C3C3C3. Windows color (decimal): -9899826 or 13561960. OLE color: 13561960.

HSL color Cylindrical-coordinate representation of color #68F0CE: hue angle of 165º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0CE is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 206 -
CMYK 0.57 0 0.14 0.06
HSL 165º 0.82% 0.67% -
HSV(B) 165º 0.57% 0.94% -
XYZ 48.01 69.72 69.32 -
YUV 195.46 133.94 62.76 -
System Red Green Blue C M Y K H S L
Decimal 104 240 206 0.57 0 0.14 0.06 165 0.82 0.67
Hex 68 F0 CE 39 0 E 6 A5 52 43
Octal 150 360 316 71 0 16 6 245 122 103
Binary 1101000 11110000 11001110 111001 0 1110 110 10100101 1010010 1000011

Color Harmonies of #68F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0CE

Black with #68F0CE

Text Example


Text Example

White with #68F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,240,206); }

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

background-color css

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

 a { background-color: rgb(104,240,206); }

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

border-color css

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

 span { border-color: rgb(104,240,206); }

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