Html Css Color HEX #6BFFB1 Aquamarine

📋 copy color: '#6BFFB1'

red 107 ◦ green 255 ◦ blue 177

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

Shades of Aquamarine #6BFFB1

Tints of Aquamarine #6BFFB1

RGB

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

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

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

R = 19.85%
G = 47.31%
B = 32.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#6BFFB1 (or 0x6BFFB1) is known color: Aquamarine. HEX triplet: 6B, FF and B1. RGB value is (107,255,177). Sum of RGB (Red+Green+Blue) = 107+255+177=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFB1 is #94004E. Grayscale: #CACACA. Windows color (decimal): -9699407 or 11665259. OLE color: 11665259.

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

Color convert

RGB 107 255 177 -
CMYK 0.58 0 0.31 0
HSL 148.38º 1% 0.71% -
HSV(B) 148.38º 0.58% 1% -
XYZ 49.76 77.82 53.99 -
YUV 201.86 113.97 60.34 -
System Red Green Blue C M Y K H S L
Decimal 107 255 177 0.58 0 0.31 0 148.38 1 0.71
Hex 6B FF B1 3A 0 1F 0 94 64 47
Octal 153 377 261 72 0 37 0 224 144 107
Binary 1101011 11111111 10110001 111010 0 11111 0 10010100 1100100 1000111

Color Harmonies of #6BFFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFB1

Black with #6BFFB1

Text Example


Text Example

White with #6BFFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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