Html Css Color HEX #6AFEB1 Aquamarine

📋 copy color: '#6AFEB1'

red 106 ◦ green 254 ◦ blue 177

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

Shades of Aquamarine #6AFEB1

Tints of Aquamarine #6AFEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 19.74%
G = 47.3%
B = 32.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#6AFEB1 (or 0x6AFEB1) is known color: Aquamarine. HEX triplet: 6A, FE and B1. RGB value is (106,254,177). Sum of RGB (Red+Green+Blue) = 106+254+177=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEB1 is #95014E. Grayscale: #C9C9C9. Windows color (decimal): -9765199 or 11665002. OLE color: 11665002.

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

Color convert

RGB 106 254 177 -
CMYK 0.58 0 0.30 0.00
HSL 148.78º 0.99% 0.71% -
HSV(B) 148.78º 0.58% 1% -
XYZ 49.32 77.12 53.88 -
YUV 200.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 106 254 177 0.58 0 0.30 0.00 148.78 0.99 0.71
Hex 6A FE B1 3A 0 1E 0 95 63 47
Octal 152 376 261 72 0 36 0 225 143 107
Binary 1101010 11111110 10110001 111010 0 11110 0 10010101 1100011 1000111

Color Harmonies of #6AFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEB1

Black with #6AFEB1

Text Example


Text Example

White with #6AFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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