Html Css Color HEX #6CCCA8 Medium Aquamarine

📋 copy color: '#6CCCA8'

red 108 ◦ green 204 ◦ blue 168

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

Shades of Medium Aquamarine #6CCCA8

Tints of Medium Aquamarine #6CCCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35%

R = 22.5%
G = 42.5%
B = 35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#6CCCA8 (or 0x6CCCA8) is known color: Medium Aquamarine. HEX triplet: 6C, CC and A8. RGB value is (108,204,168). Sum of RGB (Red+Green+Blue) = 108+204+168=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCA8 is #933357. Grayscale: #ABABAB. Windows color (decimal): -9646936 or 11062380. OLE color: 11062380.

HSL color Cylindrical-coordinate representation of color #6CCCA8: hue angle of 157.5º 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 #6CCCA8 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 168 -
CMYK 0.47 0 0.18 0.2
HSL 157.5º 0.48% 0.61% -
HSV(B) 157.5º 0.47% 0.8% -
XYZ 34.85 49.2 44.71 -
YUV 171.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 108 204 168 0.47 0 0.18 0.2 157.5 0.48 0.61
Hex 6C CC A8 2F 0 12 14 9E 30 3D
Octal 154 314 250 57 0 22 24 236 60 75
Binary 1101100 11001100 10101000 101111 0 10010 10100 10011110 110000 111101

Color Harmonies of #6CCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCA8

Black with #6CCCA8

Text Example


Text Example

White with #6CCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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