Html Css Color HEX #6BDA9F Medium Aquamarine

📋 copy color: '#6BDA9F'

red 107 ◦ green 218 ◦ blue 159

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

Shades of Medium Aquamarine #6BDA9F

Tints of Medium Aquamarine #6BDA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

 BLUE value IS 159 (62.5% from 255) = 32.85%

R = 22.11%
G = 45.04%
B = 32.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#6BDA9F (or 0x6BDA9F) is known color: Medium Aquamarine. HEX triplet: 6B, DA and 9F. RGB value is (107,218,159). Sum of RGB (Red+Green+Blue) = 107+218+159=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA9F is #942560. Grayscale: #B2B2B2. Windows color (decimal): -9708897 or 10476139. OLE color: 10476139.

HSL color Cylindrical-coordinate representation of color #6BDA9F: hue angle of 148.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA9F is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 159 -
CMYK 0.51 0 0.27 0.15
HSL 148.11º 0.6% 0.64% -
HSV(B) 148.11º 0.51% 0.85% -
XYZ 37.39 55.77 41.6 -
YUV 178.09 117.23 77.3 -
System Red Green Blue C M Y K H S L
Decimal 107 218 159 0.51 0 0.27 0.15 148.11 0.6 0.64
Hex 6B DA 9F 33 0 1B F 94 3C 40
Octal 153 332 237 63 0 33 17 224 74 100
Binary 1101011 11011010 10011111 110011 0 11011 1111 10010100 111100 1000000

Color Harmonies of #6BDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDA9F

Black with #6BDA9F

Text Example


Text Example

White with #6BDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,159); }

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

background-color css

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

 a { background-color: rgb(107,218,159); }

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

border-color css

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

 span { border-color: rgb(107,218,159); }

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