Html Css Color HEX #6DFACF Aquamarine

📋 copy color: '#6DFACF'

red 109 ◦ green 250 ◦ blue 207

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

Shades of Aquamarine #6DFACF

Tints of Aquamarine #6DFACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

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

R = 19.26%
G = 44.17%
B = 36.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#6DFACF (or 0x6DFACF) is known color: Aquamarine. HEX triplet: 6D, FA and CF. RGB value is (109,250,207). Sum of RGB (Red+Green+Blue) = 109+250+207=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFACF is #920530. Grayscale: #CACACA. Windows color (decimal): -9569585 or 13630061. OLE color: 13630061.

HSL color Cylindrical-coordinate representation of color #6DFACF: hue angle of 161.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFACF is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 250 207 -
CMYK 0.56 0 0.17 0.02
HSL 161.7º 0.93% 0.7% -
HSV(B) 161.7º 0.56% 0.98% -
XYZ 51.75 76.13 71 -
YUV 202.94 130.29 61 -
System Red Green Blue C M Y K H S L
Decimal 109 250 207 0.56 0 0.17 0.02 161.7 0.93 0.7
Hex 6D FA CF 38 0 11 2 A2 5D 46
Octal 155 372 317 70 0 21 2 242 135 106
Binary 1101101 11111010 11001111 111000 0 10001 10 10100010 1011101 1000110

Color Harmonies of #6DFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFACF

Black with #6DFACF

Text Example


Text Example

White with #6DFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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