Html Css Color HEX #6DF0CD Aquamarine

📋 copy color: '#6DF0CD'

red 109 ◦ green 240 ◦ blue 205

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

Shades of Aquamarine #6DF0CD

Tints of Aquamarine #6DF0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 205 (80.47% from 255) = 37%

R = 19.68%
G = 43.32%
B = 37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#6DF0CD (or 0x6DF0CD) is known color: Aquamarine. HEX triplet: 6D, F0 and CD. RGB value is (109,240,205). Sum of RGB (Red+Green+Blue) = 109+240+205=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0CD is #920F32. Grayscale: #C4C4C4. Windows color (decimal): -9572147 or 13496429. OLE color: 13496429.

HSL color Cylindrical-coordinate representation of color #6DF0CD: hue angle of 163.97º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0CD is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 205 -
CMYK 0.55 0 0.15 0.06
HSL 163.97º 0.81% 0.68% -
HSV(B) 163.97º 0.55% 0.94% -
XYZ 48.49 69.98 68.71 -
YUV 196.84 132.6 65.35 -
System Red Green Blue C M Y K H S L
Decimal 109 240 205 0.55 0 0.15 0.06 163.97 0.81 0.68
Hex 6D F0 CD 37 0 F 6 A4 51 44
Octal 155 360 315 67 0 17 6 244 121 104
Binary 1101101 11110000 11001101 110111 0 1111 110 10100100 1010001 1000100

Color Harmonies of #6DF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0CD

Black with #6DF0CD

Text Example


Text Example

White with #6DF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,205); }

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

background-color css

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

 a { background-color: rgb(109,240,205); }

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

border-color css

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

 span { border-color: rgb(109,240,205); }

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