Html Css Color HEX #6BFEB0 Aquamarine

📋 copy color: '#6BFEB0'

red 107 ◦ green 254 ◦ blue 176

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

Shades of Aquamarine #6BFEB0

Tints of Aquamarine #6BFEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 19.93%
G = 47.3%
B = 32.77%

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

#6BFEB0 (or 0x6BFEB0) is known color: Aquamarine. HEX triplet: 6B, FE and B0. RGB value is (107,254,176). Sum of RGB (Red+Green+Blue) = 107+254+176=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFEB0 is #94014F. Grayscale: #C9C9C9. Windows color (decimal): -9699664 or 11599467. OLE color: 11599467.

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

Color convert

RGB 107 254 176 -
CMYK 0.58 0 0.31 0.00
HSL 148.16º 0.99% 0.71% -
HSV(B) 148.16º 0.58% 1% -
XYZ 49.34 77.14 53.36 -
YUV 201.16 113.8 60.84 -
System Red Green Blue C M Y K H S L
Decimal 107 254 176 0.58 0 0.31 0.00 148.16 0.99 0.71
Hex 6B FE B0 3A 0 1F 0 94 63 47
Octal 153 376 260 72 0 37 0 224 143 107
Binary 1101011 11111110 10110000 111010 0 11111 0 10010100 1100011 1000111

Color Harmonies of #6BFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFEB0

Black with #6BFEB0

Text Example


Text Example

White with #6BFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,254,176); }

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

background-color css

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

 a { background-color: rgb(107,254,176); }

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

border-color css

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

 span { border-color: rgb(107,254,176); }

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