Html Css Color HEX #6DECD4 Aquamarine

📋 copy color: '#6DECD4'

red 109 ◦ green 236 ◦ blue 212

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

Shades of Aquamarine #6DECD4

Tints of Aquamarine #6DECD4

RGB

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

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

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

R = 19.57%
G = 42.37%
B = 38.06%

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

#6DECD4 (or 0x6DECD4) is known color: Aquamarine. HEX triplet: 6D, EC and D4. RGB value is (109,236,212). Sum of RGB (Red+Green+Blue) = 109+236+212=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECD4 is #92132B. Grayscale: #C3C3C3. Windows color (decimal): -9573164 or 13954157. OLE color: 13954157.

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

Color convert

RGB 109 236 212 -
CMYK 0.54 0 0.10 0.07
HSL 168.66º 0.77% 0.68% -
HSV(B) 168.66º 0.54% 0.93% -
XYZ 48.19 68 72.87 -
YUV 195.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 109 236 212 0.54 0 0.10 0.07 168.66 0.77 0.68
Hex 6D EC D4 36 0 A 7 A9 4D 44
Octal 155 354 324 66 0 12 7 251 115 104
Binary 1101101 11101100 11010100 110110 0 1010 111 10101001 1001101 1000100

Color Harmonies of #6DECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECD4

Black with #6DECD4

Text Example


Text Example

White with #6DECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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