#69F9C8

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

Shades of Aquamarine #69F9C8

Tints of Aquamarine #69F9C8

Color information

#69F9C8 (or 0x69F9C8) is unknown color: approx Aquamarine. HEX triplet: 69, F9 and C8. RGB value is (105,249,200). Sum of RGB (Red+Green+Blue) = 105+249+200=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #69F9C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F9C8 is #960637. Grayscale: #C8C8C8. Windows color (decimal): -9831992 or 13171049. OLE color: 13171049.

HSL color Cylindrical-coordinate representation of color #69F9C8: hue angle of 159.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F9C8 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB105249200-
CMYK0.5800.200.02
HSL159.58º92.31%69.41%-
HSV(B)159.58º57.83%97.65%-
XYZ50.1374.9266.46-
YUV200.36127.7959.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.95%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=18.95%
G=44.95%
B=36.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052492000.5800.200.02159.5892.3169.41
Hex69F9C83A0142a05c45
Octal151371310720242240134105
Binary11010011111100111001000111010010100101010000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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