Html Css Color HEX #6CCCAF Medium Aquamarine

📋 copy color: '#6CCCAF'

red 108 ◦ green 204 ◦ blue 175

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

Shades of Medium Aquamarine #6CCCAF

Tints of Medium Aquamarine #6CCCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 22.18%
G = 41.89%
B = 35.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#6CCCAF (or 0x6CCCAF) is known color: Medium Aquamarine. HEX triplet: 6C, CC and AF. RGB value is (108,204,175). Sum of RGB (Red+Green+Blue) = 108+204+175=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCAF is #933350. Grayscale: #ACACAC. Windows color (decimal): -9646929 or 11521132. OLE color: 11521132.

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

Color convert

RGB 108 204 175 -
CMYK 0.47 0 0.14 0.2
HSL 161.88º 0.48% 0.61% -
HSV(B) 161.88º 0.47% 0.8% -
XYZ 35.52 49.47 48.23 -
YUV 171.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 108 204 175 0.47 0 0.14 0.2 161.88 0.48 0.61
Hex 6C CC AF 2F 0 E 14 A2 30 3D
Octal 154 314 257 57 0 16 24 242 60 75
Binary 1101100 11001100 10101111 101111 0 1110 10100 10100010 110000 111101

Color Harmonies of #6CCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCAF

Black with #6CCCAF

Text Example


Text Example

White with #6CCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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