Html Css Color HEX #6DECD2 Aquamarine

📋 copy color: '#6DECD2'

red 109 ◦ green 236 ◦ blue 210

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

Shades of Aquamarine #6DECD2

Tints of Aquamarine #6DECD2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.52%

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 19.64%
G = 42.52%
B = 37.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#6DECD2 (or 0x6DECD2) is known color: Aquamarine. HEX triplet: 6D, EC and D2. RGB value is (109,236,210). Sum of RGB (Red+Green+Blue) = 109+236+210=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECD2 is #92132D. Grayscale: #C3C3C3. Windows color (decimal): -9573166 or 13823085. OLE color: 13823085.

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

Color convert

RGB 109 236 210 -
CMYK 0.54 0 0.11 0.07
HSL 167.72º 0.77% 0.68% -
HSV(B) 167.72º 0.54% 0.93% -
XYZ 47.93 67.9 71.55 -
YUV 195.06 136.42 66.61 -
System Red Green Blue C M Y K H S L
Decimal 109 236 210 0.54 0 0.11 0.07 167.72 0.77 0.68
Hex 6D EC D2 36 0 B 7 A8 4D 44
Octal 155 354 322 66 0 13 7 250 115 104
Binary 1101101 11101100 11010010 110110 0 1011 111 10101000 1001101 1000100

Color Harmonies of #6DECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECD2

Black with #6DECD2

Text Example


Text Example

White with #6DECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,236,210); }

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

background-color css

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

 a { background-color: rgb(109,236,210); }

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

border-color css

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

 span { border-color: rgb(109,236,210); }

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