#67FFC8

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

Shades of Aquamarine #67FFC8

Tints of Aquamarine #67FFC8

Color information

#67FFC8 (or 0x67FFC8) is unknown color: approx Aquamarine. HEX triplet: 67, FF and C8. RGB value is (103,255,200). Sum of RGB (Red+Green+Blue) = 103+255+200=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FFC8 is #980037. Grayscale: #CBCBCB. Windows color (decimal): -9961528 or 13172583. OLE color: 13172583.

HSL color Cylindrical-coordinate representation of color #67FFC8: hue angle of 158.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67FFC8 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB103255200-
CMYK0.6000.220
HSL158.29º100%70.2%-
HSV(B)158.29º59.61%100%-
XYZ51.7878.5767.08-
YUV203.28126.1456.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.46%
GREEN value IS 255 (100% from 255) = 45.70%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=18.46%
G=45.70%
B=35.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1032552000.6000.220158.2910070.2
Hex67FFC83C01609e6446
Octal147377310740260236144106
Binary1100111111111111100100011110001011001001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67FFC8; }

 p { color: rgb(103,255,200); }

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

<style>
 a { background-color: #67FFC8; }

 a { background-color: rgb(103,255,200); }

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

<style>
 span { border-color: #67FFC8; }

 span { border-color: rgb(103,255,200); }

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