Html Css Color HEX #6AFEDC Aquamarine

📋 copy color: '#6AFEDC'

red 106 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #6AFEDC

Tints of Aquamarine #6AFEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 18.28%
G = 43.79%
B = 37.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#6AFEDC (or 0x6AFEDC) is known color: Aquamarine. HEX triplet: 6A, FE and DC. RGB value is (106,254,220). Sum of RGB (Red+Green+Blue) = 106+254+220=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEDC is #950123. Grayscale: #CDCDCD. Windows color (decimal): -9765156 or 14483050. OLE color: 14483050.

HSL color Cylindrical-coordinate representation of color #6AFEDC: hue angle of 166.22º 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 #6AFEDC is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 220 -
CMYK 0.58 0 0.13 0.00
HSL 166.22º 0.99% 0.71% -
HSV(B) 166.22º 0.58% 1% -
XYZ 54.3 79.12 80.12 -
YUV 205.87 135.97 56.76 -
System Red Green Blue C M Y K H S L
Decimal 106 254 220 0.58 0 0.13 0.00 166.22 0.99 0.71
Hex 6A FE DC 3A 0 D 0 A6 63 47
Octal 152 376 334 72 0 15 0 246 143 107
Binary 1101010 11111110 11011100 111010 0 1101 0 10100110 1100011 1000111

Color Harmonies of #6AFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEDC

Black with #6AFEDC

Text Example


Text Example

White with #6AFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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