Html Css Color HEX #6DF2DA Aquamarine

📋 copy color: '#6DF2DA'

red 109 ◦ green 242 ◦ blue 218

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

Shades of Aquamarine #6DF2DA

Tints of Aquamarine #6DF2DA

RGB

 RED value IS 109 (42.97% from 255) = 19.16%

 GREEN value IS 242 (94.92% from 255) = 42.53%

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

R = 19.16%
G = 42.53%
B = 38.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#6DF2DA (or 0x6DF2DA) is known color: Aquamarine. HEX triplet: 6D, F2 and DA. RGB value is (109,242,218). Sum of RGB (Red+Green+Blue) = 109+242+218=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2DA is #920D25. Grayscale: #C7C7C7. Windows color (decimal): -9571622 or 14348909. OLE color: 14348909.

HSL color Cylindrical-coordinate representation of color #6DF2DA: hue angle of 169.17º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2DA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 242 218 -
CMYK 0.55 0 0.10 0.05
HSL 169.17º 0.84% 0.69% -
HSV(B) 169.17º 0.55% 0.95% -
XYZ 50.71 71.82 77.52 -
YUV 199.5 138.44 63.45 -
System Red Green Blue C M Y K H S L
Decimal 109 242 218 0.55 0 0.10 0.05 169.17 0.84 0.69
Hex 6D F2 DA 37 0 A 5 A9 54 45
Octal 155 362 332 67 0 12 5 251 124 105
Binary 1101101 11110010 11011010 110111 0 1010 101 10101001 1010100 1000101

Color Harmonies of #6DF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF2DA

Black with #6DF2DA

Text Example


Text Example

White with #6DF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DF2DA; }

 p { color: rgb(109,242,218); }

 H1.HeaderClassName
 {
   color: #6DF2DA;
 }
 .AnyTagClassName
 {
   color: #6DF2DA;
 }
</style>

background-color css

<style>
 a { background-color: #6DF2DA; }

 a { background-color: rgb(109,242,218); }

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

border-color css

<style>
 span { border-color: #6DF2DA; }

 span { border-color: rgb(109,242,218); }

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