Html Css Color HEX #6AFEDD Aquamarine

📋 copy color: '#6AFEDD'

red 106 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #6AFEDD

Tints of Aquamarine #6AFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 18.24%
G = 43.72%
B = 38.04%

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

#6AFEDD (or 0x6AFEDD) is known color: Aquamarine. HEX triplet: 6A, FE and DD. RGB value is (106,254,221). Sum of RGB (Red+Green+Blue) = 106+254+221=581 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.24% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEDD is #950122. Grayscale: #CDCDCD. Windows color (decimal): -9765155 or 14548586. OLE color: 14548586.

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

Color convert

RGB 106 254 221 -
CMYK 0.58 0 0.13 0.00
HSL 166.62º 0.99% 0.71% -
HSV(B) 166.62º 0.58% 1% -
XYZ 54.44 79.17 80.82 -
YUV 205.99 136.47 56.68 -
System Red Green Blue C M Y K H S L
Decimal 106 254 221 0.58 0 0.13 0.00 166.62 0.99 0.71
Hex 6A FE DD 3A 0 D 0 A7 63 47
Octal 152 376 335 72 0 15 0 247 143 107
Binary 1101010 11111110 11011101 111010 0 1101 0 10100111 1100011 1000111

Color Harmonies of #6AFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEDD

Black with #6AFEDD

Text Example


Text Example

White with #6AFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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