Html Css Color HEX #6DEED7 Aquamarine

📋 copy color: '#6DEED7'

red 109 ◦ green 238 ◦ blue 215

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

Shades of Aquamarine #6DEED7

Tints of Aquamarine #6DEED7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.35%

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 19.4%
G = 42.35%
B = 38.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#6DEED7 (or 0x6DEED7) is known color: Aquamarine. HEX triplet: 6D, EE and D7. RGB value is (109,238,215). Sum of RGB (Red+Green+Blue) = 109+238+215=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEED7 is #921128. Grayscale: #C4C4C4. Windows color (decimal): -9572649 or 14151277. OLE color: 14151277.

HSL color Cylindrical-coordinate representation of color #6DEED7: hue angle of 169.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEED7 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 238 215 -
CMYK 0.54 0 0.10 0.07
HSL 169.3º 0.79% 0.68% -
HSV(B) 169.3º 0.54% 0.93% -
XYZ 49.15 69.31 75.08 -
YUV 196.81 138.26 65.37 -
System Red Green Blue C M Y K H S L
Decimal 109 238 215 0.54 0 0.10 0.07 169.3 0.79 0.68
Hex 6D EE D7 36 0 A 7 A9 4F 44
Octal 155 356 327 66 0 12 7 251 117 104
Binary 1101101 11101110 11010111 110110 0 1010 111 10101001 1001111 1000100

Color Harmonies of #6DEED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEED7

Black with #6DEED7

Text Example


Text Example

White with #6DEED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,238,215); }

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

background-color css

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

 a { background-color: rgb(109,238,215); }

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

border-color css

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

 span { border-color: rgb(109,238,215); }

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