Html Css Color HEX #6CDBAF Medium Aquamarine

📋 copy color: '#6CDBAF'

red 108 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #6CDBAF

Tints of Medium Aquamarine #6CDBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 21.51%
G = 43.63%
B = 34.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6CDBAF (or 0x6CDBAF) is known color: Medium Aquamarine. HEX triplet: 6C, DB and AF. RGB value is (108,219,175). Sum of RGB (Red+Green+Blue) = 108+219+175=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBAF is #932450. Grayscale: #B4B4B4. Windows color (decimal): -9643089 or 11524972. OLE color: 11524972.

HSL color Cylindrical-coordinate representation of color #6CDBAF: hue angle of 156.22º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBAF is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 219 175 -
CMYK 0.51 0 0.20 0.14
HSL 156.22º 0.61% 0.64% -
HSV(B) 156.22º 0.51% 0.86% -
XYZ 39.25 56.95 49.48 -
YUV 180.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 108 219 175 0.51 0 0.20 0.14 156.22 0.61 0.64
Hex 6C DB AF 33 0 14 E 9C 3D 40
Octal 154 333 257 63 0 24 16 234 75 100
Binary 1101100 11011011 10101111 110011 0 10100 1110 10011100 111101 1000000

Color Harmonies of #6CDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDBAF

Black with #6CDBAF

Text Example


Text Example

White with #6CDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,219,175); }

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

background-color css

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

 a { background-color: rgb(108,219,175); }

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

border-color css

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

 span { border-color: rgb(108,219,175); }

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