Html Css Color HEX #6BFDCE Aquamarine

📋 copy color: '#6BFDCE'

red 107 ◦ green 253 ◦ blue 206

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

Shades of Aquamarine #6BFDCE

Tints of Aquamarine #6BFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 18.9%
G = 44.7%
B = 36.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#6BFDCE (or 0x6BFDCE) is known color: Aquamarine. HEX triplet: 6B, FD and CE. RGB value is (107,253,206). Sum of RGB (Red+Green+Blue) = 107+253+206=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDCE is #940231. Grayscale: #CCCCCC. Windows color (decimal): -9699890 or 13565291. OLE color: 13565291.

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

Color convert

RGB 107 253 206 -
CMYK 0.58 0 0.19 0.01
HSL 160.68º 0.97% 0.71% -
HSV(B) 160.68º 0.58% 0.99% -
XYZ 52.33 77.83 70.66 -
YUV 203.99 129.13 58.82 -
System Red Green Blue C M Y K H S L
Decimal 107 253 206 0.58 0 0.19 0.01 160.68 0.97 0.71
Hex 6B FD CE 3A 0 13 1 A1 61 47
Octal 153 375 316 72 0 23 1 241 141 107
Binary 1101011 11111101 11001110 111010 0 10011 1 10100001 1100001 1000111

Color Harmonies of #6BFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDCE

Black with #6BFDCE

Text Example


Text Example

White with #6BFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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