Html Css Color HEX #6DF0CF Aquamarine

📋 copy color: '#6DF0CF'

red 109 ◦ green 240 ◦ blue 207

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

Shades of Aquamarine #6DF0CF

Tints of Aquamarine #6DF0CF

RGB

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

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

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

R = 19.6%
G = 43.17%
B = 37.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#6DF0CF (or 0x6DF0CF) is known color: Aquamarine. HEX triplet: 6D, F0 and CF. RGB value is (109,240,207). Sum of RGB (Red+Green+Blue) = 109+240+207=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0CF is #920F30. Grayscale: #C5C5C5. Windows color (decimal): -9572145 or 13627501. OLE color: 13627501.

HSL color Cylindrical-coordinate representation of color #6DF0CF: hue angle of 164.89º 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 #6DF0CF is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 207 -
CMYK 0.55 0 0.14 0.06
HSL 164.89º 0.81% 0.68% -
HSV(B) 164.89º 0.55% 0.94% -
XYZ 48.73 70.08 69.99 -
YUV 197.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 109 240 207 0.55 0 0.14 0.06 164.89 0.81 0.68
Hex 6D F0 CF 37 0 E 6 A5 51 44
Octal 155 360 317 67 0 16 6 245 121 104
Binary 1101101 11110000 11001111 110111 0 1110 110 10100101 1010001 1000100

Color Harmonies of #6DF0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0CF

Black with #6DF0CF

Text Example


Text Example

White with #6DF0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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