#67F1CB

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

Shades of Aquamarine #67F1CB

Tints of Aquamarine #67F1CB

Color information

#67F1CB (or 0x67F1CB) is unknown color: approx Aquamarine. HEX triplet: 67, F1 and CB. RGB value is (103,241,203). Sum of RGB (Red+Green+Blue) = 103+241+203=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #67F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F1CB is #980E34. Grayscale: #C3C3C3. Windows color (decimal): -9965109 or 13365607. OLE color: 13365607.

HSL color Cylindrical-coordinate representation of color #67F1CB: hue angle of 163.48º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F1CB is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB103241203-
CMYK0.5700.160.05
HSL163.48º83.13%67.45%-
HSV(B)163.48º57.26%94.51%-
XYZ47.8370.1167.51-
YUV195.41132.2862.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.83%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=18.83%
G=44.06%
B=37.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032412030.5700.160.05163.4883.1367.45
Hex67F1CB390105a35343
Octal147361313710205243123103
Binary110011111110001110010111110010100001011010001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,241,203); }

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

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

 a { background-color: rgb(103,241,203); }

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

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

 span { border-color: rgb(103,241,203); }

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