Html Css Color HEX #6DFACC Aquamarine

📋 copy color: '#6DFACC'

red 109 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #6DFACC

Tints of Aquamarine #6DFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 19.36%
G = 44.4%
B = 36.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#6DFACC (or 0x6DFACC) is known color: Aquamarine. HEX triplet: 6D, FA and CC. RGB value is (109,250,204). Sum of RGB (Red+Green+Blue) = 109+250+204=563 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.36% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFACC is #920533. Grayscale: #CACACA. Windows color (decimal): -9569588 or 13433453. OLE color: 13433453.

HSL color Cylindrical-coordinate representation of color #6DFACC: hue angle of 160.43º 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 #6DFACC is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 250 204 -
CMYK 0.56 0 0.18 0.02
HSL 160.43º 0.93% 0.7% -
HSV(B) 160.43º 0.56% 0.98% -
XYZ 51.39 75.98 69.08 -
YUV 202.6 128.79 61.24 -
System Red Green Blue C M Y K H S L
Decimal 109 250 204 0.56 0 0.18 0.02 160.43 0.93 0.7
Hex 6D FA CC 38 0 12 2 A0 5D 46
Octal 155 372 314 70 0 22 2 240 135 106
Binary 1101101 11111010 11001100 111000 0 10010 10 10100000 1011101 1000110

Color Harmonies of #6DFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFACC

Black with #6DFACC

Text Example


Text Example

White with #6DFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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