Html Css Color HEX #6CDAB0 Medium Aquamarine

📋 copy color: '#6CDAB0'

red 108 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #6CDAB0

Tints of Medium Aquamarine #6CDAB0

RGB

 RED value IS 108 (42.58% from 255) = 21.51%

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

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

R = 21.51%
G = 43.43%
B = 35.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#6CDAB0 (or 0x6CDAB0) is known color: Medium Aquamarine. HEX triplet: 6C, DA and B0. RGB value is (108,218,176). Sum of RGB (Red+Green+Blue) = 108+218+176=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDAB0 is #93254F. Grayscale: #B4B4B4. Windows color (decimal): -9643344 or 11590252. OLE color: 11590252.

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

Color convert

RGB 108 218 176 -
CMYK 0.50 0 0.19 0.15
HSL 157.09º 0.6% 0.64% -
HSV(B) 157.09º 0.5% 0.85% -
XYZ 39.09 56.47 49.91 -
YUV 180.32 125.56 76.42 -
System Red Green Blue C M Y K H S L
Decimal 108 218 176 0.50 0 0.19 0.15 157.09 0.6 0.64
Hex 6C DA B0 32 0 13 F 9D 3C 40
Octal 154 332 260 62 0 23 17 235 74 100
Binary 1101100 11011010 10110000 110010 0 10011 1111 10011101 111100 1000000

Color Harmonies of #6CDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDAB0

Black with #6CDAB0

Text Example


Text Example

White with #6CDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,218,176); }

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

background-color css

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

 a { background-color: rgb(108,218,176); }

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

border-color css

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

 span { border-color: rgb(108,218,176); }

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