Html Css Color HEX #6DEDDA Aquamarine

📋 copy color: '#6DEDDA'

red 109 ◦ green 237 ◦ blue 218

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

Shades of Aquamarine #6DEDDA

Tints of Aquamarine #6DEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.02%

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

R = 19.33%
G = 42.02%
B = 38.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6DEDDA (or 0x6DEDDA) is known color: Aquamarine. HEX triplet: 6D, ED and DA. RGB value is (109,237,218). Sum of RGB (Red+Green+Blue) = 109+237+218=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDDA is #921225. Grayscale: #C4C4C4. Windows color (decimal): -9572902 or 14347629. OLE color: 14347629.

HSL color Cylindrical-coordinate representation of color #6DEDDA: hue angle of 171.09º degrees, saturation: 0.78, 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 #6DEDDA is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 218 -
CMYK 0.54 0 0.08 0.07
HSL 171.09º 0.78% 0.68% -
HSV(B) 171.09º 0.54% 0.93% -
XYZ 49.25 68.88 77.03 -
YUV 196.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 109 237 218 0.54 0 0.08 0.07 171.09 0.78 0.68
Hex 6D ED DA 36 0 8 7 AB 4E 44
Octal 155 355 332 66 0 10 7 253 116 104
Binary 1101101 11101101 11011010 110110 0 1000 111 10101011 1001110 1000100

Color Harmonies of #6DEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDDA

Black with #6DEDDA

Text Example


Text Example

White with #6DEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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