Html Css Color HEX #68F1DC Aquamarine

📋 copy color: '#68F1DC'

red 104 ◦ green 241 ◦ blue 220

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

Shades of Aquamarine #68F1DC

Tints of Aquamarine #68F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.65%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 18.41%
G = 42.65%
B = 38.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#68F1DC (or 0x68F1DC) is known color: Aquamarine. HEX triplet: 68, F1 and DC. RGB value is (104,241,220). Sum of RGB (Red+Green+Blue) = 104+241+220=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1DC is #970E23. Grayscale: #C5C5C5. Windows color (decimal): -9899556 or 14479720. OLE color: 14479720.

HSL color Cylindrical-coordinate representation of color #68F1DC: hue angle of 170.8º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1DC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 241 220 -
CMYK 0.57 0 0.09 0.05
HSL 170.8º 0.83% 0.68% -
HSV(B) 170.8º 0.57% 0.95% -
XYZ 50.08 71.02 78.78 -
YUV 197.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 104 241 220 0.57 0 0.09 0.05 170.8 0.83 0.68
Hex 68 F1 DC 39 0 9 5 AB 53 44
Octal 150 361 334 71 0 11 5 253 123 104
Binary 1101000 11110001 11011100 111001 0 1001 101 10101011 1010011 1000100

Color Harmonies of #68F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F1DC

Black with #68F1DC

Text Example


Text Example

White with #68F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,241,220); }

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

background-color css

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

 a { background-color: rgb(104,241,220); }

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

border-color css

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

 span { border-color: rgb(104,241,220); }

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