Html Css Color HEX #6DFACB Aquamarine

📋 copy color: '#6DFACB'

red 109 ◦ green 250 ◦ blue 203

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

Shades of Aquamarine #6DFACB

Tints of Aquamarine #6DFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 19.4%
G = 44.48%
B = 36.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#6DFACB (or 0x6DFACB) is known color: Aquamarine. HEX triplet: 6D, FA and CB. RGB value is (109,250,203). Sum of RGB (Red+Green+Blue) = 109+250+203=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFACB is #920534. Grayscale: #CACACA. Windows color (decimal): -9569589 or 13367917. OLE color: 13367917.

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

Color convert

RGB 109 250 203 -
CMYK 0.56 0 0.19 0.02
HSL 160º 0.93% 0.7% -
HSV(B) 160º 0.56% 0.98% -
XYZ 51.27 75.93 68.45 -
YUV 202.48 128.29 61.32 -
System Red Green Blue C M Y K H S L
Decimal 109 250 203 0.56 0 0.19 0.02 160 0.93 0.7
Hex 6D FA CB 38 0 13 2 A0 5D 46
Octal 155 372 313 70 0 23 2 240 135 106
Binary 1101101 11111010 11001011 111000 0 10011 10 10100000 1011101 1000110

Color Harmonies of #6DFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFACB

Black with #6DFACB

Text Example


Text Example

White with #6DFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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