Html Css Color HEX #6DF8BA Aquamarine

📋 copy color: '#6DF8BA'

red 109 ◦ green 248 ◦ blue 186

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

Shades of Aquamarine #6DF8BA

Tints of Aquamarine #6DF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.67%

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 20.07%
G = 45.67%
B = 34.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#6DF8BA (or 0x6DF8BA) is known color: Aquamarine. HEX triplet: 6D, F8 and BA. RGB value is (109,248,186). Sum of RGB (Red+Green+Blue) = 109+248+186=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF8BA is #920745. Grayscale: #C7C7C7. Windows color (decimal): -9570118 or 12253293. OLE color: 12253293.

HSL color Cylindrical-coordinate representation of color #6DF8BA: hue angle of 153.24º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF8BA is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 109 248 186 -
CMYK 0.56 0 0.25 0.03
HSL 153.24º 0.91% 0.7% -
HSV(B) 153.24º 0.56% 0.97% -
XYZ 48.74 73.93 58.16 -
YUV 199.37 120.45 63.54 -
System Red Green Blue C M Y K H S L
Decimal 109 248 186 0.56 0 0.25 0.03 153.24 0.91 0.7
Hex 6D F8 BA 38 0 19 3 99 5B 46
Octal 155 370 272 70 0 31 3 231 133 106
Binary 1101101 11111000 10111010 111000 0 11001 11 10011001 1011011 1000110

Color Harmonies of #6DF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF8BA

Black with #6DF8BA

Text Example


Text Example

White with #6DF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,248,186); }

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

background-color css

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

 a { background-color: rgb(109,248,186); }

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

border-color css

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

 span { border-color: rgb(109,248,186); }

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