#6CCBA2

Color #6CCBA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6CCBA2

Tints of Medium Aquamarine #6CCBA2

Color information

#6CCBA2 (or 0x6CCBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, CB and A2. RGB value is (108,203,162). Sum of RGB (Red+Green+Blue) = 108+203+162=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCBA2 is #93345D. Grayscale: #A9A9A9. Windows color (decimal): -9647198 or 10668908. OLE color: 10668908.

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

Color convert

RGB108203162-
CMYK0.4700.200.20
HSL154.11º47.74%60.98%-
HSV(B)154.11º46.8%79.61%-
XYZ34.0648.5141.75-
YUV169.92123.5383.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.83%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 162 (63.67% from 255) = 34.25%
R=22.83%
G=42.92%
B=34.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082031620.4700.200.20154.1147.7460.98
Hex6CCBA22F014149a303d
Octal15431324257024242326075
Binary110110011001011101000101011110101001010010011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CCBA2;
 }
 .AnyTagClassName
 {
   color: #6CCBA2;
 }
</style>
background-color css

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

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

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

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

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

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