Html Css Color HEX #6AFEAE Aquamarine

📋 copy color: '#6AFEAE'

red 106 ◦ green 254 ◦ blue 174

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

Shades of Aquamarine #6AFEAE

Tints of Aquamarine #6AFEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 19.85%
G = 47.57%
B = 32.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#6AFEAE (or 0x6AFEAE) is known color: Aquamarine. HEX triplet: 6A, FE and AE. RGB value is (106,254,174). Sum of RGB (Red+Green+Blue) = 106+254+174=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEAE is #950151. Grayscale: #C8C8C8. Windows color (decimal): -9765202 or 11468394. OLE color: 11468394.

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

Color convert

RGB 106 254 174 -
CMYK 0.58 0 0.31 0.00
HSL 147.57º 0.99% 0.71% -
HSV(B) 147.57º 0.58% 1% -
XYZ 49.03 77 52.32 -
YUV 200.63 112.97 60.5 -
System Red Green Blue C M Y K H S L
Decimal 106 254 174 0.58 0 0.31 0.00 147.57 0.99 0.71
Hex 6A FE AE 3A 0 1F 0 94 63 47
Octal 152 376 256 72 0 37 0 224 143 107
Binary 1101010 11111110 10101110 111010 0 11111 0 10010100 1100011 1000111

Color Harmonies of #6AFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEAE

Black with #6AFEAE

Text Example


Text Example

White with #6AFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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