Html Css Color HEX #6DF2BF Aquamarine

📋 copy color: '#6DF2BF'

red 109 ◦ green 242 ◦ blue 191

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

Shades of Aquamarine #6DF2BF

Tints of Aquamarine #6DF2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

 BLUE value IS 191 (75% from 255) = 35.24%

R = 20.11%
G = 44.65%
B = 35.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#6DF2BF (or 0x6DF2BF) is known color: Aquamarine. HEX triplet: 6D, F2 and BF. RGB value is (109,242,191). Sum of RGB (Red+Green+Blue) = 109+242+191=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2BF is #920D40. Grayscale: #C4C4C4. Windows color (decimal): -9571649 or 12579437. OLE color: 12579437.

HSL color Cylindrical-coordinate representation of color #6DF2BF: hue angle of 156.99º degrees, saturation: 0.84, 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 #6DF2BF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 242 191 -
CMYK 0.55 0 0.21 0.05
HSL 156.99º 0.84% 0.69% -
HSV(B) 156.99º 0.55% 0.95% -
XYZ 47.46 70.52 60.4 -
YUV 196.42 124.94 65.65 -
System Red Green Blue C M Y K H S L
Decimal 109 242 191 0.55 0 0.21 0.05 156.99 0.84 0.69
Hex 6D F2 BF 37 0 15 5 9D 54 45
Octal 155 362 277 67 0 25 5 235 124 105
Binary 1101101 11110010 10111111 110111 0 10101 101 10011101 1010100 1000101

Color Harmonies of #6DF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF2BF

Black with #6DF2BF

Text Example


Text Example

White with #6DF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,242,191); }

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

background-color css

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

 a { background-color: rgb(109,242,191); }

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

border-color css

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

 span { border-color: rgb(109,242,191); }

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