#69F2CC

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

Shades of Aquamarine #69F2CC

Tints of Aquamarine #69F2CC

Color information

#69F2CC (or 0x69F2CC) is unknown color: approx Aquamarine. HEX triplet: 69, F2 and CC. RGB value is (105,242,204). Sum of RGB (Red+Green+Blue) = 105+242+204=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F2CC is #960D33. Grayscale: #C4C4C4. Windows color (decimal): -9833780 or 13431401. OLE color: 13431401.

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

Color convert

RGB105242204-
CMYK0.5700.160.05
HSL163.36º84.05%68.04%-
HSV(B)163.36º56.61%94.9%-
XYZ48.4870.8768.25-
YUV196.7132.1162.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.06%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=19.06%
G=43.92%
B=37.02%

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
Decimal1052422040.5700.160.05163.3684.0568.04
Hex69F2CC390105a35444
Octal151362314710205243124104
Binary110100111110010110011001110010100001011010001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69F2CC; }

 p { color: rgb(105,242,204); }

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

<style>
 a { background-color: #69F2CC; }

 a { background-color: rgb(105,242,204); }

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

<style>
 span { border-color: #69F2CC; }

 span { border-color: rgb(105,242,204); }

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