Html Css Color HEX #6AEFD1 Aquamarine

📋 copy color: '#6AEFD1'

red 106 ◦ green 239 ◦ blue 209

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

Shades of Aquamarine #6AEFD1

Tints of Aquamarine #6AEFD1

RGB

 RED value IS 106 (41.8% from 255) = 19.13%

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 19.13%
G = 43.14%
B = 37.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#6AEFD1 (or 0x6AEFD1) is known color: Aquamarine. HEX triplet: 6A, EF and D1. RGB value is (106,239,209). Sum of RGB (Red+Green+Blue) = 106+239+209=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFD1 is #95102E. Grayscale: #C3C3C3. Windows color (decimal): -9769007 or 13758314. OLE color: 13758314.

HSL color Cylindrical-coordinate representation of color #6AEFD1: hue angle of 166.47º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFD1 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 209 -
CMYK 0.56 0 0.13 0.06
HSL 166.47º 0.81% 0.68% -
HSV(B) 166.47º 0.56% 0.94% -
XYZ 48.32 69.4 71.17 -
YUV 195.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 106 239 209 0.56 0 0.13 0.06 166.47 0.81 0.68
Hex 6A EF D1 38 0 D 6 A6 51 44
Octal 152 357 321 70 0 15 6 246 121 104
Binary 1101010 11101111 11010001 111000 0 1101 110 10100110 1010001 1000100

Color Harmonies of #6AEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFD1

Black with #6AEFD1

Text Example


Text Example

White with #6AEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,239,209); }

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

background-color css

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

 a { background-color: rgb(106,239,209); }

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

border-color css

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

 span { border-color: rgb(106,239,209); }

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