Html Css Color HEX #6CCCB1 Medium Aquamarine

📋 copy color: '#6CCCB1'

red 108 ◦ green 204 ◦ blue 177

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

Shades of Medium Aquamarine #6CCCB1

Tints of Medium Aquamarine #6CCCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 22.09%
G = 41.72%
B = 36.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#6CCCB1 (or 0x6CCCB1) is known color: Medium Aquamarine. HEX triplet: 6C, CC and B1. RGB value is (108,204,177). Sum of RGB (Red+Green+Blue) = 108+204+177=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCB1 is #93334E. Grayscale: #ACACAC. Windows color (decimal): -9646927 or 11652204. OLE color: 11652204.

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

Color convert

RGB 108 204 177 -
CMYK 0.47 0 0.13 0.2
HSL 163.13º 0.48% 0.61% -
HSV(B) 163.13º 0.47% 0.8% -
XYZ 35.71 49.55 49.28 -
YUV 172.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 108 204 177 0.47 0 0.13 0.2 163.13 0.48 0.61
Hex 6C CC B1 2F 0 D 14 A3 30 3D
Octal 154 314 261 57 0 15 24 243 60 75
Binary 1101100 11001100 10110001 101111 0 1101 10100 10100011 110000 111101

Color Harmonies of #6CCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCB1

Black with #6CCCB1

Text Example


Text Example

White with #6CCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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