Html Css Color HEX #6BDDB2 Medium Aquamarine

📋 copy color: '#6BDDB2'

red 107 ◦ green 221 ◦ blue 178

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

Shades of Medium Aquamarine #6BDDB2

Tints of Medium Aquamarine #6BDDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 21.15%
G = 43.68%
B = 35.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#6BDDB2 (or 0x6BDDB2) is known color: Medium Aquamarine. HEX triplet: 6B, DD and B2. RGB value is (107,221,178). Sum of RGB (Red+Green+Blue) = 107+221+178=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDDB2 is #94224D. Grayscale: #B6B6B6. Windows color (decimal): -9708110 or 11722091. OLE color: 11722091.

HSL color Cylindrical-coordinate representation of color #6BDDB2: hue angle of 157.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDB2 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 178 -
CMYK 0.52 0 0.19 0.13
HSL 157.37º 0.63% 0.64% -
HSV(B) 157.37º 0.52% 0.87% -
XYZ 39.96 58.05 51.22 -
YUV 182.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 107 221 178 0.52 0 0.19 0.13 157.37 0.63 0.64
Hex 6B DD B2 34 0 13 D 9D 3F 40
Octal 153 335 262 64 0 23 15 235 77 100
Binary 1101011 11011101 10110010 110100 0 10011 1101 10011101 111111 1000000

Color Harmonies of #6BDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDB2

Black with #6BDDB2

Text Example


Text Example

White with #6BDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,221,178); }

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

background-color css

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

 a { background-color: rgb(107,221,178); }

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

border-color css

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

 span { border-color: rgb(107,221,178); }

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