Html Css Color HEX #6DCBA4 Medium Aquamarine

📋 copy color: '#6DCBA4'

red 109 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #6DCBA4

Tints of Medium Aquamarine #6DCBA4

RGB

 RED value IS 109 (42.97% from 255) = 22.9%

 GREEN value IS 203 (79.69% from 255) = 42.65%

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

R = 22.9%
G = 42.65%
B = 34.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#6DCBA4 (or 0x6DCBA4) is known color: Medium Aquamarine. HEX triplet: 6D, CB and A4. RGB value is (109,203,164). Sum of RGB (Red+Green+Blue) = 109+203+164=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBA4 is #92345B. Grayscale: #AAAAAA. Windows color (decimal): -9581660 or 10799981. OLE color: 10799981.

HSL color Cylindrical-coordinate representation of color #6DCBA4: hue angle of 155.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBA4 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 203 164 -
CMYK 0.46 0 0.19 0.20
HSL 155.11º 0.47% 0.61% -
HSV(B) 155.11º 0.46% 0.8% -
XYZ 34.36 48.64 42.7 -
YUV 170.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 109 203 164 0.46 0 0.19 0.20 155.11 0.47 0.61
Hex 6D CB A4 2E 0 13 14 9B 2F 3D
Octal 155 313 244 56 0 23 24 233 57 75
Binary 1101101 11001011 10100100 101110 0 10011 10100 10011011 101111 111101

Color Harmonies of #6DCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBA4

Black with #6DCBA4

Text Example


Text Example

White with #6DCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,164); }

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

background-color css

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

 a { background-color: rgb(109,203,164); }

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

border-color css

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

 span { border-color: rgb(109,203,164); }

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