Html Css Color HEX #6AEFD0 Aquamarine

📋 copy color: '#6AEFD0'

red 106 ◦ green 239 ◦ blue 208

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

Shades of Aquamarine #6AEFD0

Tints of Aquamarine #6AEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 19.17%
G = 43.22%
B = 37.61%

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

#6AEFD0 (or 0x6AEFD0) is known color: Aquamarine. HEX triplet: 6A, EF and D0. RGB value is (106,239,208). Sum of RGB (Red+Green+Blue) = 106+239+208=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFD0 is #95102F. Grayscale: #C3C3C3. Windows color (decimal): -9769008 or 13692778. OLE color: 13692778.

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

Color convert

RGB 106 239 208 -
CMYK 0.56 0 0.13 0.06
HSL 166.02º 0.81% 0.68% -
HSV(B) 166.02º 0.56% 0.94% -
XYZ 48.2 69.35 70.52 -
YUV 195.7 134.94 64.02 -
System Red Green Blue C M Y K H S L
Decimal 106 239 208 0.56 0 0.13 0.06 166.02 0.81 0.68
Hex 6A EF D0 38 0 D 6 A6 51 44
Octal 152 357 320 70 0 15 6 246 121 104
Binary 1101010 11101111 11010000 111000 0 1101 110 10100110 1010001 1000100

Color Harmonies of #6AEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFD0

Black with #6AEFD0

Text Example


Text Example

White with #6AEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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