Html Css Color HEX #6DCFB0 Medium Aquamarine

📋 copy color: '#6DCFB0'

red 109 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #6DCFB0

Tints of Medium Aquamarine #6DCFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 22.15%
G = 42.07%
B = 35.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#6DCFB0 (or 0x6DCFB0) is known color: Medium Aquamarine. HEX triplet: 6D, CF and B0. RGB value is (109,207,176). Sum of RGB (Red+Green+Blue) = 109+207+176=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFB0 is #92304F. Grayscale: #AEAEAE. Windows color (decimal): -9580624 or 11587437. OLE color: 11587437.

HSL color Cylindrical-coordinate representation of color #6DCFB0: hue angle of 161.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFB0 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 176 -
CMYK 0.47 0 0.15 0.19
HSL 161.02º 0.51% 0.62% -
HSV(B) 161.02º 0.47% 0.81% -
XYZ 36.46 51.01 49 -
YUV 174.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 109 207 176 0.47 0 0.15 0.19 161.02 0.51 0.62
Hex 6D CF B0 2F 0 F 13 A1 33 3E
Octal 155 317 260 57 0 17 23 241 63 76
Binary 1101101 11001111 10110000 101111 0 1111 10011 10100001 110011 111110

Color Harmonies of #6DCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFB0

Black with #6DCFB0

Text Example


Text Example

White with #6DCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,176); }

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

background-color css

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

 a { background-color: rgb(109,207,176); }

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

border-color css

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

 span { border-color: rgb(109,207,176); }

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