Html Css Color HEX #6BFFDC Aquamarine

📋 copy color: '#6BFFDC'

red 107 ◦ green 255 ◦ blue 220

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

Shades of Aquamarine #6BFFDC

Tints of Aquamarine #6BFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 43.81%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 18.38%
G = 43.81%
B = 37.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#6BFFDC (or 0x6BFFDC) is known color: Aquamarine. HEX triplet: 6B, FF and DC. RGB value is (107,255,220). Sum of RGB (Red+Green+Blue) = 107+255+220=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFDC is #940023. Grayscale: #CECECE. Windows color (decimal): -9699364 or 14483307. OLE color: 14483307.

HSL color Cylindrical-coordinate representation of color #6BFFDC: hue angle of 165.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFDC is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 220 -
CMYK 0.58 0 0.14 0
HSL 165.81º 1% 0.71% -
HSV(B) 165.81º 0.58% 1% -
XYZ 54.74 79.81 80.23 -
YUV 206.76 135.47 56.85 -
System Red Green Blue C M Y K H S L
Decimal 107 255 220 0.58 0 0.14 0 165.81 1 0.71
Hex 6B FF DC 3A 0 E 0 A6 64 47
Octal 153 377 334 72 0 16 0 246 144 107
Binary 1101011 11111111 11011100 111010 0 1110 0 10100110 1100100 1000111

Color Harmonies of #6BFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFDC

Black with #6BFFDC

Text Example


Text Example

White with #6BFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,255,220); }

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

background-color css

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

 a { background-color: rgb(107,255,220); }

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

border-color css

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

 span { border-color: rgb(107,255,220); }

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