Html Css Color HEX #6AEEC6 Aquamarine

📋 copy color: '#6AEEC6'

red 106 ◦ green 238 ◦ blue 198

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

Shades of Aquamarine #6AEEC6

Tints of Aquamarine #6AEEC6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.91%

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 19.56%
G = 43.91%
B = 36.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#6AEEC6 (or 0x6AEEC6) is known color: Aquamarine. HEX triplet: 6A, EE and C6. RGB value is (106,238,198). Sum of RGB (Red+Green+Blue) = 106+238+198=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEC6 is #951139. Grayscale: #C1C1C1. Windows color (decimal): -9769274 or 13037162. OLE color: 13037162.

HSL color Cylindrical-coordinate representation of color #6AEEC6: hue angle of 161.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEC6 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 238 198 -
CMYK 0.55 0 0.17 0.07
HSL 161.82º 0.8% 0.67% -
HSV(B) 161.82º 0.55% 0.93% -
XYZ 46.71 68.29 64.15 -
YUV 193.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 106 238 198 0.55 0 0.17 0.07 161.82 0.8 0.67
Hex 6A EE C6 37 0 11 7 A2 50 43
Octal 152 356 306 67 0 21 7 242 120 103
Binary 1101010 11101110 11000110 110111 0 10001 111 10100010 1010000 1000011

Color Harmonies of #6AEEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEEC6

Black with #6AEEC6

Text Example


Text Example

White with #6AEEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,238,198); }

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

background-color css

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

 a { background-color: rgb(106,238,198); }

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

border-color css

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

 span { border-color: rgb(106,238,198); }

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