Html Css Color HEX #6BFCB0 Aquamarine

📋 copy color: '#6BFCB0'

red 107 ◦ green 252 ◦ blue 176

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

Shades of Aquamarine #6BFCB0

Tints of Aquamarine #6BFCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.1%

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

R = 20%
G = 47.1%
B = 32.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#6BFCB0 (or 0x6BFCB0) is known color: Aquamarine. HEX triplet: 6B, FC and B0. RGB value is (107,252,176). Sum of RGB (Red+Green+Blue) = 107+252+176=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCB0 is #94034F. Grayscale: #C8C8C8. Windows color (decimal): -9700176 or 11598955. OLE color: 11598955.

HSL color Cylindrical-coordinate representation of color #6BFCB0: hue angle of 148.55º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCB0 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 176 -
CMYK 0.58 0 0.30 0.01
HSL 148.55º 0.96% 0.7% -
HSV(B) 148.55º 0.58% 0.99% -
XYZ 48.71 75.88 53.15 -
YUV 199.98 114.46 61.68 -
System Red Green Blue C M Y K H S L
Decimal 107 252 176 0.58 0 0.30 0.01 148.55 0.96 0.7
Hex 6B FC B0 3A 0 1E 1 95 60 46
Octal 153 374 260 72 0 36 1 225 140 106
Binary 1101011 11111100 10110000 111010 0 11110 1 10010101 1100000 1000110

Color Harmonies of #6BFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCB0

Black with #6BFCB0

Text Example


Text Example

White with #6BFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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