Html Css Color HEX #6BFFA8 Aquamarine

📋 copy color: '#6BFFA8'

red 107 ◦ green 255 ◦ blue 168

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

Shades of Aquamarine #6BFFA8

Tints of Aquamarine #6BFFA8

RGB

 RED value IS 107 (42.19% from 255) = 20.19%

 GREEN value IS 255 (100% from 255) = 48.11%

 BLUE value IS 168 (66.02% from 255) = 31.7%

R = 20.19%
G = 48.11%
B = 31.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#6BFFA8 (or 0x6BFFA8) is known color: Aquamarine. HEX triplet: 6B, FF and A8. RGB value is (107,255,168). Sum of RGB (Red+Green+Blue) = 107+255+168=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFA8 is #940057. Grayscale: #C9C9C9. Windows color (decimal): -9699416 or 11075435. OLE color: 11075435.

HSL color Cylindrical-coordinate representation of color #6BFFA8: hue angle of 144.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFA8 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 168 -
CMYK 0.58 0 0.34 0
HSL 144.73º 1% 0.71% -
HSV(B) 144.73º 0.58% 1% -
XYZ 48.89 77.47 49.42 -
YUV 200.83 109.47 61.07 -
System Red Green Blue C M Y K H S L
Decimal 107 255 168 0.58 0 0.34 0 144.73 1 0.71
Hex 6B FF A8 3A 0 22 0 91 64 47
Octal 153 377 250 72 0 42 0 221 144 107
Binary 1101011 11111111 10101000 111010 0 100010 0 10010001 1100100 1000111

Color Harmonies of #6BFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFA8

Black with #6BFFA8

Text Example


Text Example

White with #6BFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,255,168); }

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

background-color css

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

 a { background-color: rgb(107,255,168); }

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

border-color css

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

 span { border-color: rgb(107,255,168); }

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