Html Css Color HEX #6FF2DA Aquamarine

📋 copy color: '#6FF2DA'

red 111 ◦ green 242 ◦ blue 218

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

Shades of Aquamarine #6FF2DA

Tints of Aquamarine #6FF2DA

RGB

 RED value IS 111 (43.75% from 255) = 19.44%

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 19.44%
G = 42.38%
B = 38.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#6FF2DA (or 0x6FF2DA) is known color: Aquamarine. HEX triplet: 6F, F2 and DA. RGB value is (111,242,218). Sum of RGB (Red+Green+Blue) = 111+242+218=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF2DA is #900D25. Grayscale: #C8C8C8. Windows color (decimal): -9440550 or 14348911. OLE color: 14348911.

HSL color Cylindrical-coordinate representation of color #6FF2DA: hue angle of 169.01º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF2DA is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 242 218 -
CMYK 0.54 0 0.10 0.05
HSL 169.01º 0.83% 0.69% -
HSV(B) 169.01º 0.54% 0.95% -
XYZ 50.96 71.95 77.53 -
YUV 200.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 111 242 218 0.54 0 0.10 0.05 169.01 0.83 0.69
Hex 6F F2 DA 36 0 A 5 A9 53 45
Octal 157 362 332 66 0 12 5 251 123 105
Binary 1101111 11110010 11011010 110110 0 1010 101 10101001 1010011 1000101

Color Harmonies of #6FF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF2DA

Black with #6FF2DA

Text Example


Text Example

White with #6FF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,242,218); }

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

background-color css

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

 a { background-color: rgb(111,242,218); }

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

border-color css

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

 span { border-color: rgb(111,242,218); }

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