Html Css Color HEX #6DF0CE Aquamarine

📋 copy color: '#6DF0CE'

red 109 ◦ green 240 ◦ blue 206

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

Shades of Aquamarine #6DF0CE

Tints of Aquamarine #6DF0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 19.64%
G = 43.24%
B = 37.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#6DF0CE (or 0x6DF0CE) is known color: Aquamarine. HEX triplet: 6D, F0 and CE. RGB value is (109,240,206). Sum of RGB (Red+Green+Blue) = 109+240+206=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0CE is #920F31. Grayscale: #C4C4C4. Windows color (decimal): -9572146 or 13561965. OLE color: 13561965.

HSL color Cylindrical-coordinate representation of color #6DF0CE: hue angle of 164.43º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0CE is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 206 -
CMYK 0.55 0 0.14 0.06
HSL 164.43º 0.81% 0.68% -
HSV(B) 164.43º 0.55% 0.94% -
XYZ 48.61 70.03 69.35 -
YUV 196.96 133.1 65.26 -
System Red Green Blue C M Y K H S L
Decimal 109 240 206 0.55 0 0.14 0.06 164.43 0.81 0.68
Hex 6D F0 CE 37 0 E 6 A4 51 44
Octal 155 360 316 67 0 16 6 244 121 104
Binary 1101101 11110000 11001110 110111 0 1110 110 10100100 1010001 1000100

Color Harmonies of #6DF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0CE

Black with #6DF0CE

Text Example


Text Example

White with #6DF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,206); }

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

background-color css

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

 a { background-color: rgb(109,240,206); }

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

border-color css

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

 span { border-color: rgb(109,240,206); }

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