Html Css Color HEX #6AEFC7 Aquamarine

📋 copy color: '#6AEFC7'

red 106 ◦ green 239 ◦ blue 199

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

Shades of Aquamarine #6AEFC7

Tints of Aquamarine #6AEFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 19.49%
G = 43.93%
B = 36.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#6AEFC7 (or 0x6AEFC7) is known color: Aquamarine. HEX triplet: 6A, EF and C7. RGB value is (106,239,199). Sum of RGB (Red+Green+Blue) = 106+239+199=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFC7 is #951038. Grayscale: #C2C2C2. Windows color (decimal): -9769017 or 13102954. OLE color: 13102954.

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

Color convert

RGB 106 239 199 -
CMYK 0.56 0 0.17 0.06
HSL 161.95º 0.81% 0.68% -
HSV(B) 161.95º 0.56% 0.94% -
XYZ 47.12 68.92 64.85 -
YUV 194.67 130.44 64.75 -
System Red Green Blue C M Y K H S L
Decimal 106 239 199 0.56 0 0.17 0.06 161.95 0.81 0.68
Hex 6A EF C7 38 0 11 6 A2 51 44
Octal 152 357 307 70 0 21 6 242 121 104
Binary 1101010 11101111 11000111 111000 0 10001 110 10100010 1010001 1000100

Color Harmonies of #6AEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFC7

Black with #6AEFC7

Text Example


Text Example

White with #6AEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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