#69ffc8

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

Shades of Aquamarine #69FFC8

Tints of Aquamarine #69FFC8

Color information

#69FFC8 (or 0x69FFC8) is unknown color: approx Aquamarine. HEX triplet: 69, FF and C8. RGB value is (105,255,200). Sum of RGB (Red+Green+Blue) = 105+255+200=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFC8 is #960037. Grayscale: #CBCBCB. Windows color (decimal): -9830456 or 13172585. OLE color: 13172585.

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

Color convert

RGB105255200-
CMYK0.5900.220
HSL158º100%70.59%-
HSV(B)158º58.82%100%-
XYZ52.0178.6967.09-
YUV203.88125.857.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.75%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=18.75%
G=45.54%
B=35.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552000.5900.22015810070.59
Hex69FFC83B01609e6447
Octal151377310730260236144107
Binary1101001111111111100100011101101011001001111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ffc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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