Html Css Color HEX #6DF2DF Aquamarine

📋 copy color: '#6DF2DF'

red 109 ◦ green 242 ◦ blue 223

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

Shades of Aquamarine #6DF2DF

Tints of Aquamarine #6DF2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 18.99%
G = 42.16%
B = 38.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#6DF2DF (or 0x6DF2DF) is known color: Aquamarine. HEX triplet: 6D, F2 and DF. RGB value is (109,242,223). Sum of RGB (Red+Green+Blue) = 109+242+223=574 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.99% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2DF is #920D20. Grayscale: #C8C8C8. Windows color (decimal): -9571617 or 14676589. OLE color: 14676589.

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

Color convert

RGB 109 242 223 -
CMYK 0.55 0 0.08 0.05
HSL 171.43º 0.84% 0.69% -
HSV(B) 171.43º 0.55% 0.95% -
XYZ 51.38 72.08 81.02 -
YUV 200.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 109 242 223 0.55 0 0.08 0.05 171.43 0.84 0.69
Hex 6D F2 DF 37 0 8 5 AB 54 45
Octal 155 362 337 67 0 10 5 253 124 105
Binary 1101101 11110010 11011111 110111 0 1000 101 10101011 1010100 1000101

Color Harmonies of #6DF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF2DF

Black with #6DF2DF

Text Example


Text Example

White with #6DF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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