Html Css Color HEX #6BFFB2 Aquamarine

📋 copy color: '#6BFFB2'

red 107 ◦ green 255 ◦ blue 178

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

Shades of Aquamarine #6BFFB2

Tints of Aquamarine #6BFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.96%

R = 19.81%
G = 47.22%
B = 32.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#6BFFB2 (or 0x6BFFB2) is known color: Aquamarine. HEX triplet: 6B, FF and B2. RGB value is (107,255,178). Sum of RGB (Red+Green+Blue) = 107+255+178=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFB2 is #94004D. Grayscale: #CACACA. Windows color (decimal): -9699406 or 11730795. OLE color: 11730795.

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

Color convert

RGB 107 255 178 -
CMYK 0.58 0 0.30 0
HSL 148.78º 1% 0.71% -
HSV(B) 148.78º 0.58% 1% -
XYZ 49.86 77.86 54.52 -
YUV 201.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 107 255 178 0.58 0 0.30 0 148.78 1 0.71
Hex 6B FF B2 3A 0 1E 0 95 64 47
Octal 153 377 262 72 0 36 0 225 144 107
Binary 1101011 11111111 10110010 111010 0 11110 0 10010101 1100100 1000111

Color Harmonies of #6BFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFB2

Black with #6BFFB2

Text Example


Text Example

White with #6BFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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