Html Css Color HEX #68F0DA Aquamarine

📋 copy color: '#68F0DA'

red 104 ◦ green 240 ◦ blue 218

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

Shades of Aquamarine #68F0DA

Tints of Aquamarine #68F0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 18.51%
G = 42.7%
B = 38.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#68F0DA (or 0x68F0DA) is known color: Aquamarine. HEX triplet: 68, F0 and DA. RGB value is (104,240,218). Sum of RGB (Red+Green+Blue) = 104+240+218=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0DA is #970F25. Grayscale: #C4C4C4. Windows color (decimal): -9899814 or 14348392. OLE color: 14348392.

HSL color Cylindrical-coordinate representation of color #68F0DA: hue angle of 170.29º 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 #68F0DA is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 218 -
CMYK 0.57 0 0.09 0.06
HSL 170.29º 0.82% 0.67% -
HSV(B) 170.29º 0.57% 0.94% -
XYZ 49.52 70.33 77.29 -
YUV 196.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 104 240 218 0.57 0 0.09 0.06 170.29 0.82 0.67
Hex 68 F0 DA 39 0 9 6 AA 52 43
Octal 150 360 332 71 0 11 6 252 122 103
Binary 1101000 11110000 11011010 111001 0 1001 110 10101010 1010010 1000011

Color Harmonies of #68F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0DA

Black with #68F0DA

Text Example


Text Example

White with #68F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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