Html Css Color HEX #6BFDC8 Aquamarine

📋 copy color: '#6BFDC8'

red 107 ◦ green 253 ◦ blue 200

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

Shades of Aquamarine #6BFDC8

Tints of Aquamarine #6BFDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 19.11%
G = 45.18%
B = 35.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#6BFDC8 (or 0x6BFDC8) is known color: Aquamarine. HEX triplet: 6B, FD and C8. RGB value is (107,253,200). Sum of RGB (Red+Green+Blue) = 107+253+200=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDC8 is #940237. Grayscale: #CBCBCB. Windows color (decimal): -9699896 or 13172075. OLE color: 13172075.

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

Color convert

RGB 107 253 200 -
CMYK 0.58 0 0.21 0.01
HSL 158.22º 0.97% 0.71% -
HSV(B) 158.22º 0.58% 0.99% -
XYZ 51.61 77.55 66.89 -
YUV 203.3 126.13 59.31 -
System Red Green Blue C M Y K H S L
Decimal 107 253 200 0.58 0 0.21 0.01 158.22 0.97 0.71
Hex 6B FD C8 3A 0 15 1 9E 61 47
Octal 153 375 310 72 0 25 1 236 141 107
Binary 1101011 11111101 11001000 111010 0 10101 1 10011110 1100001 1000111

Color Harmonies of #6BFDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDC8

Black with #6BFDC8

Text Example


Text Example

White with #6BFDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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