Html Css Color HEX #6BDDA4 Medium Aquamarine

📋 copy color: '#6BDDA4'

red 107 ◦ green 221 ◦ blue 164

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

Shades of Medium Aquamarine #6BDDA4

Tints of Medium Aquamarine #6BDDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.33%

R = 21.75%
G = 44.92%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#6BDDA4 (or 0x6BDDA4) is known color: Medium Aquamarine. HEX triplet: 6B, DD and A4. RGB value is (107,221,164). Sum of RGB (Red+Green+Blue) = 107+221+164=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDDA4 is #94225B. Grayscale: #B4B4B4. Windows color (decimal): -9708124 or 10804587. OLE color: 10804587.

HSL color Cylindrical-coordinate representation of color #6BDDA4: hue angle of 150º 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 #6BDDA4 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 164 -
CMYK 0.52 0 0.26 0.13
HSL 150º 0.63% 0.64% -
HSV(B) 150º 0.52% 0.87% -
XYZ 38.62 57.52 44.19 -
YUV 180.42 118.73 75.63 -
System Red Green Blue C M Y K H S L
Decimal 107 221 164 0.52 0 0.26 0.13 150 0.63 0.64
Hex 6B DD A4 34 0 1A D 96 3F 40
Octal 153 335 244 64 0 32 15 226 77 100
Binary 1101011 11011101 10100100 110100 0 11010 1101 10010110 111111 1000000

Color Harmonies of #6BDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDA4

Black with #6BDDA4

Text Example


Text Example

White with #6BDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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