Html Css Color HEX #6AFED1 Aquamarine

📋 copy color: '#6AFED1'

red 106 ◦ green 254 ◦ blue 209

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

Shades of Aquamarine #6AFED1

Tints of Aquamarine #6AFED1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.64%

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

R = 18.63%
G = 44.64%
B = 36.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#6AFED1 (or 0x6AFED1) is known color: Aquamarine. HEX triplet: 6A, FE and D1. RGB value is (106,254,209). Sum of RGB (Red+Green+Blue) = 106+254+209=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFED1 is #95012E. Grayscale: #CCCCCC. Windows color (decimal): -9765167 or 13762154. OLE color: 13762154.

HSL color Cylindrical-coordinate representation of color #6AFED1: hue angle of 161.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFED1 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 209 -
CMYK 0.58 0 0.18 0.00
HSL 161.76º 0.99% 0.71% -
HSV(B) 161.76º 0.58% 1% -
XYZ 52.89 78.55 72.7 -
YUV 204.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 106 254 209 0.58 0 0.18 0.00 161.76 0.99 0.71
Hex 6A FE D1 3A 0 12 0 A2 63 47
Octal 152 376 321 72 0 22 0 242 143 107
Binary 1101010 11111110 11010001 111010 0 10010 0 10100010 1100011 1000111

Color Harmonies of #6AFED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFED1

Black with #6AFED1

Text Example


Text Example

White with #6AFED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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