Html Css Color HEX #6BFDC3 Aquamarine

📋 copy color: '#6BFDC3'

red 107 ◦ green 253 ◦ blue 195

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

Shades of Aquamarine #6BFDC3

Tints of Aquamarine #6BFDC3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.59%

 BLUE value IS 195 (76.56% from 255) = 35.14%

R = 19.28%
G = 45.59%
B = 35.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#6BFDC3 (or 0x6BFDC3) is known color: Aquamarine. HEX triplet: 6B, FD and C3. RGB value is (107,253,195). Sum of RGB (Red+Green+Blue) = 107+253+195=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDC3 is #94023C. Grayscale: #CACACA. Windows color (decimal): -9699901 or 12844395. OLE color: 12844395.

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

Color convert

RGB 107 253 195 -
CMYK 0.58 0 0.23 0.01
HSL 156.16º 0.97% 0.71% -
HSV(B) 156.16º 0.58% 0.99% -
XYZ 51.04 77.32 63.86 -
YUV 202.73 123.63 59.72 -
System Red Green Blue C M Y K H S L
Decimal 107 253 195 0.58 0 0.23 0.01 156.16 0.97 0.71
Hex 6B FD C3 3A 0 17 1 9C 61 47
Octal 153 375 303 72 0 27 1 234 141 107
Binary 1101011 11111101 11000011 111010 0 10111 1 10011100 1100001 1000111

Color Harmonies of #6BFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDC3

Black with #6BFDC3

Text Example


Text Example

White with #6BFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,253,195); }

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

background-color css

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

 a { background-color: rgb(107,253,195); }

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

border-color css

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

 span { border-color: rgb(107,253,195); }

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