Html Css Color HEX #6BFDD0 Aquamarine

📋 copy color: '#6BFDD0'

red 107 ◦ green 253 ◦ blue 208

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

Shades of Aquamarine #6BFDD0

Tints of Aquamarine #6BFDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 18.84%
G = 44.54%
B = 36.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#6BFDD0 (or 0x6BFDD0) is known color: Aquamarine. HEX triplet: 6B, FD and D0. RGB value is (107,253,208). Sum of RGB (Red+Green+Blue) = 107+253+208=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDD0 is #94022F. Grayscale: #CCCCCC. Windows color (decimal): -9699888 or 13696363. OLE color: 13696363.

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

Color convert

RGB 107 253 208 -
CMYK 0.58 0 0.18 0.01
HSL 161.51º 0.97% 0.71% -
HSV(B) 161.51º 0.58% 0.99% -
XYZ 52.57 77.93 71.95 -
YUV 204.22 130.13 58.66 -
System Red Green Blue C M Y K H S L
Decimal 107 253 208 0.58 0 0.18 0.01 161.51 0.97 0.71
Hex 6B FD D0 3A 0 12 1 A2 61 47
Octal 153 375 320 72 0 22 1 242 141 107
Binary 1101011 11111101 11010000 111010 0 10010 1 10100010 1100001 1000111

Color Harmonies of #6BFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDD0

Black with #6BFDD0

Text Example


Text Example

White with #6BFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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