Html Css Color HEX #6AEFC3 Aquamarine

📋 copy color: '#6AEFC3'

red 106 ◦ green 239 ◦ blue 195

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

Shades of Aquamarine #6AEFC3

Tints of Aquamarine #6AEFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 19.63%
G = 44.26%
B = 36.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#6AEFC3 (or 0x6AEFC3) is known color: Aquamarine. HEX triplet: 6A, EF and C3. RGB value is (106,239,195). Sum of RGB (Red+Green+Blue) = 106+239+195=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFC3 is #95103C. Grayscale: #C2C2C2. Windows color (decimal): -9769021 or 12840810. OLE color: 12840810.

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

Color convert

RGB 106 239 195 -
CMYK 0.56 0 0.18 0.06
HSL 160.15º 0.81% 0.68% -
HSV(B) 160.15º 0.56% 0.94% -
XYZ 46.66 68.74 62.44 -
YUV 194.22 128.44 65.08 -
System Red Green Blue C M Y K H S L
Decimal 106 239 195 0.56 0 0.18 0.06 160.15 0.81 0.68
Hex 6A EF C3 38 0 12 6 A0 51 44
Octal 152 357 303 70 0 22 6 240 121 104
Binary 1101010 11101111 11000011 111000 0 10010 110 10100000 1010001 1000100

Color Harmonies of #6AEFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFC3

Black with #6AEFC3

Text Example


Text Example

White with #6AEFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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