Html Css Color HEX #6BFDD1 Aquamarine

📋 copy color: '#6BFDD1'

red 107 ◦ green 253 ◦ blue 209

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

Shades of Aquamarine #6BFDD1

Tints of Aquamarine #6BFDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 18.8%
G = 44.46%
B = 36.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#6BFDD1 (or 0x6BFDD1) is known color: Aquamarine. HEX triplet: 6B, FD and D1. RGB value is (107,253,209). Sum of RGB (Red+Green+Blue) = 107+253+209=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDD1 is #94022E. Grayscale: #CCCCCC. Windows color (decimal): -9699887 or 13761899. OLE color: 13761899.

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

Color convert

RGB 107 253 209 -
CMYK 0.58 0 0.17 0.01
HSL 161.92º 0.97% 0.71% -
HSV(B) 161.92º 0.58% 0.99% -
XYZ 52.7 77.98 72.6 -
YUV 204.33 130.63 58.58 -
System Red Green Blue C M Y K H S L
Decimal 107 253 209 0.58 0 0.17 0.01 161.92 0.97 0.71
Hex 6B FD D1 3A 0 11 1 A2 61 47
Octal 153 375 321 72 0 21 1 242 141 107
Binary 1101011 11111101 11010001 111010 0 10001 1 10100010 1100001 1000111

Color Harmonies of #6BFDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDD1

Black with #6BFDD1

Text Example


Text Example

White with #6BFDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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