#6CFFCB

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

Shades of Aquamarine #6CFFCB

Tints of Aquamarine #6CFFCB

Color information

#6CFFCB (or 0x6CFFCB) is unknown color: approx Aquamarine. HEX triplet: 6C, FF and CB. RGB value is (108,255,203). Sum of RGB (Red+Green+Blue) = 108+255+203=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFCB is #930034. Grayscale: #CDCDCD. Windows color (decimal): -9633845 or 13369196. OLE color: 13369196.

HSL color Cylindrical-coordinate representation of color #6CFFCB: hue angle of 158.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFCB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB108255203-
CMYK0.5800.200
HSL158.78º100%71.18%-
HSV(B)158.78º57.65%100%-
XYZ52.7279.0268.97-
YUV205.12126.858.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.08%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=19.08%
G=45.05%
B=35.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082552030.5800.200158.7810071.18
Hex6CFFCB3A01409f6447
Octal154377313720240237144107
Binary1101100111111111100101111101001010001001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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