Html Css Color HEX #6DF1DA Aquamarine

📋 copy color: '#6DF1DA'

red 109 ◦ green 241 ◦ blue 218

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

Shades of Aquamarine #6DF1DA

Tints of Aquamarine #6DF1DA

RGB

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

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

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

R = 19.19%
G = 42.43%
B = 38.38%

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

#6DF1DA (or 0x6DF1DA) is known color: Aquamarine. HEX triplet: 6D, F1 and DA. RGB value is (109,241,218). Sum of RGB (Red+Green+Blue) = 109+241+218=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1DA is #920E25. Grayscale: #C6C6C6. Windows color (decimal): -9571878 or 14348653. OLE color: 14348653.

HSL color Cylindrical-coordinate representation of color #6DF1DA: hue angle of 169.55º degrees, saturation: 0.82, 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 #6DF1DA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 241 218 -
CMYK 0.55 0 0.10 0.05
HSL 169.55º 0.83% 0.69% -
HSV(B) 169.55º 0.55% 0.95% -
XYZ 50.42 71.22 77.42 -
YUV 198.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 109 241 218 0.55 0 0.10 0.05 169.55 0.83 0.69
Hex 6D F1 DA 37 0 A 5 AA 52 45
Octal 155 361 332 67 0 12 5 252 122 105
Binary 1101101 11110001 11011010 110111 0 1010 101 10101010 1010010 1000101

Color Harmonies of #6DF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF1DA

Black with #6DF1DA

Text Example


Text Example

White with #6DF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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