Html Css Color HEX #6BFDC5 Aquamarine

📋 copy color: '#6BFDC5'

red 107 ◦ green 253 ◦ blue 197

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

Shades of Aquamarine #6BFDC5

Tints of Aquamarine #6BFDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 19.21%
G = 45.42%
B = 35.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#6BFDC5 (or 0x6BFDC5) is known color: Aquamarine. HEX triplet: 6B, FD and C5. RGB value is (107,253,197). Sum of RGB (Red+Green+Blue) = 107+253+197=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDC5 is #94023A. Grayscale: #CBCBCB. Windows color (decimal): -9699899 or 12975467. OLE color: 12975467.

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

Color convert

RGB 107 253 197 -
CMYK 0.58 0 0.22 0.01
HSL 156.99º 0.97% 0.71% -
HSV(B) 156.99º 0.58% 0.99% -
XYZ 51.27 77.41 65.06 -
YUV 202.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 107 253 197 0.58 0 0.22 0.01 156.99 0.97 0.71
Hex 6B FD C5 3A 0 16 1 9D 61 47
Octal 153 375 305 72 0 26 1 235 141 107
Binary 1101011 11111101 11000101 111010 0 10110 1 10011101 1100001 1000111

Color Harmonies of #6BFDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDC5

Black with #6BFDC5

Text Example


Text Example

White with #6BFDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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