Html Css Color HEX #6CCCA2 Medium Aquamarine

📋 copy color: '#6CCCA2'

red 108 ◦ green 204 ◦ blue 162

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

Shades of Medium Aquamarine #6CCCA2

Tints of Medium Aquamarine #6CCCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 22.78%
G = 43.04%
B = 34.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#6CCCA2 (or 0x6CCCA2) is known color: Medium Aquamarine. HEX triplet: 6C, CC and A2. RGB value is (108,204,162). Sum of RGB (Red+Green+Blue) = 108+204+162=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCA2 is #93335D. Grayscale: #AAAAAA. Windows color (decimal): -9646942 or 10669164. OLE color: 10669164.

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

Color convert

RGB 108 204 162 -
CMYK 0.47 0 0.21 0.2
HSL 153.75º 0.48% 0.61% -
HSV(B) 153.75º 0.47% 0.8% -
XYZ 34.3 48.98 41.83 -
YUV 170.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 108 204 162 0.47 0 0.21 0.2 153.75 0.48 0.61
Hex 6C CC A2 2F 0 15 14 9A 30 3D
Octal 154 314 242 57 0 25 24 232 60 75
Binary 1101100 11001100 10100010 101111 0 10101 10100 10011010 110000 111101

Color Harmonies of #6CCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCA2

Black with #6CCCA2

Text Example


Text Example

White with #6CCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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