Html Css Color HEX #6DF1CD Aquamarine

📋 copy color: '#6DF1CD'

red 109 ◦ green 241 ◦ blue 205

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

Shades of Aquamarine #6DF1CD

Tints of Aquamarine #6DF1CD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.42%

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

R = 19.64%
G = 43.42%
B = 36.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#6DF1CD (or 0x6DF1CD) is known color: Aquamarine. HEX triplet: 6D, F1 and CD. RGB value is (109,241,205). Sum of RGB (Red+Green+Blue) = 109+241+205=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1CD is #920E32. Grayscale: #C5C5C5. Windows color (decimal): -9571891 or 13496685. OLE color: 13496685.

HSL color Cylindrical-coordinate representation of color #6DF1CD: hue angle of 163.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1CD is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 241 205 -
CMYK 0.55 0 0.15 0.05
HSL 163.64º 0.83% 0.69% -
HSV(B) 163.64º 0.55% 0.95% -
XYZ 48.78 70.57 68.81 -
YUV 197.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 109 241 205 0.55 0 0.15 0.05 163.64 0.83 0.69
Hex 6D F1 CD 37 0 F 5 A4 52 45
Octal 155 361 315 67 0 17 5 244 122 105
Binary 1101101 11110001 11001101 110111 0 1111 101 10100100 1010010 1000101

Color Harmonies of #6DF1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF1CD

Black with #6DF1CD

Text Example


Text Example

White with #6DF1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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