Html Css Color HEX #6DEDCF Aquamarine

📋 copy color: '#6DEDCF'

red 109 ◦ green 237 ◦ blue 207

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

Shades of Aquamarine #6DEDCF

Tints of Aquamarine #6DEDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 19.71%
G = 42.86%
B = 37.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6DEDCF (or 0x6DEDCF) is known color: Aquamarine. HEX triplet: 6D, ED and CF. RGB value is (109,237,207). Sum of RGB (Red+Green+Blue) = 109+237+207=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDCF is #921230. Grayscale: #C3C3C3. Windows color (decimal): -9572913 or 13626733. OLE color: 13626733.

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

Color convert

RGB 109 237 207 -
CMYK 0.54 0 0.13 0.07
HSL 165.94º 0.78% 0.68% -
HSV(B) 165.94º 0.54% 0.93% -
XYZ 47.85 68.32 69.7 -
YUV 195.31 134.59 66.44 -
System Red Green Blue C M Y K H S L
Decimal 109 237 207 0.54 0 0.13 0.07 165.94 0.78 0.68
Hex 6D ED CF 36 0 D 7 A6 4E 44
Octal 155 355 317 66 0 15 7 246 116 104
Binary 1101101 11101101 11001111 110110 0 1101 111 10100110 1001110 1000100

Color Harmonies of #6DEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDCF

Black with #6DEDCF

Text Example


Text Example

White with #6DEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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