Html Css Color HEX #68F9DA Aquamarine

📋 copy color: '#68F9DA'

red 104 ◦ green 249 ◦ blue 218

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

Shades of Aquamarine #68F9DA

Tints of Aquamarine #68F9DA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.61%

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

R = 18.21%
G = 43.61%
B = 38.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#68F9DA (or 0x68F9DA) is known color: Aquamarine. HEX triplet: 68, F9 and DA. RGB value is (104,249,218). Sum of RGB (Red+Green+Blue) = 104+249+218=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9DA is #970625. Grayscale: #CACACA. Windows color (decimal): -9897510 or 14350696. OLE color: 14350696.

HSL color Cylindrical-coordinate representation of color #68F9DA: hue angle of 167.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9DA is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 249 218 -
CMYK 0.58 0 0.12 0.02
HSL 167.17º 0.92% 0.69% -
HSV(B) 167.17º 0.58% 0.98% -
XYZ 52.24 75.76 78.2 -
YUV 202.11 136.96 58.02 -
System Red Green Blue C M Y K H S L
Decimal 104 249 218 0.58 0 0.12 0.02 167.17 0.92 0.69
Hex 68 F9 DA 3A 0 C 2 A7 5C 45
Octal 150 371 332 72 0 14 2 247 134 105
Binary 1101000 11111001 11011010 111010 0 1100 10 10100111 1011100 1000101

Color Harmonies of #68F9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9DA

Black with #68F9DA

Text Example


Text Example

White with #68F9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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