Html Css Color HEX #6DEAD4 Aquamarine

📋 copy color: '#6DEAD4'

red 109 ◦ green 234 ◦ blue 212

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

Shades of Aquamarine #6DEAD4

Tints of Aquamarine #6DEAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 19.64%
G = 42.16%
B = 38.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#6DEAD4 (or 0x6DEAD4) is known color: Aquamarine. HEX triplet: 6D, EA and D4. RGB value is (109,234,212). Sum of RGB (Red+Green+Blue) = 109+234+212=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAD4 is #92152B. Grayscale: #C2C2C2. Windows color (decimal): -9573676 or 13953645. OLE color: 13953645.

HSL color Cylindrical-coordinate representation of color #6DEAD4: hue angle of 169.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEAD4 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 234 212 -
CMYK 0.53 0 0.09 0.08
HSL 169.44º 0.75% 0.67% -
HSV(B) 169.44º 0.53% 0.92% -
XYZ 47.61 66.85 72.68 -
YUV 194.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 109 234 212 0.53 0 0.09 0.08 169.44 0.75 0.67
Hex 6D EA D4 35 0 9 8 A9 4B 43
Octal 155 352 324 65 0 11 10 251 113 103
Binary 1101101 11101010 11010100 110101 0 1001 1000 10101001 1001011 1000011

Color Harmonies of #6DEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEAD4

Black with #6DEAD4

Text Example


Text Example

White with #6DEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,234,212); }

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

background-color css

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

 a { background-color: rgb(109,234,212); }

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

border-color css

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

 span { border-color: rgb(109,234,212); }

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