Html Css Color HEX #6BFFC0 Aquamarine

📋 copy color: '#6BFFC0'

red 107 ◦ green 255 ◦ blue 192

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

Shades of Aquamarine #6BFFC0

Tints of Aquamarine #6BFFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 19.31%
G = 46.03%
B = 34.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#6BFFC0 (or 0x6BFFC0) is known color: Aquamarine. HEX triplet: 6B, FF and C0. RGB value is (107,255,192). Sum of RGB (Red+Green+Blue) = 107+255+192=554 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.31% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFC0 is #94003F. Grayscale: #CBCBCB. Windows color (decimal): -9699392 or 12648299. OLE color: 12648299.

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

Color convert

RGB 107 255 192 -
CMYK 0.58 0 0.25 0
HSL 154.46º 1% 0.71% -
HSV(B) 154.46º 0.58% 1% -
XYZ 51.34 78.45 62.31 -
YUV 203.57 121.47 59.12 -
System Red Green Blue C M Y K H S L
Decimal 107 255 192 0.58 0 0.25 0 154.46 1 0.71
Hex 6B FF C0 3A 0 19 0 9A 64 47
Octal 153 377 300 72 0 31 0 232 144 107
Binary 1101011 11111111 11000000 111010 0 11001 0 10011010 1100100 1000111

Color Harmonies of #6BFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFC0

Black with #6BFFC0

Text Example


Text Example

White with #6BFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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