#69FFCB

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

Shades of Aquamarine #69FFCB

Tints of Aquamarine #69FFCB

Color information

#69FFCB (or 0x69FFCB) is unknown color: approx Aquamarine. HEX triplet: 69, FF and CB. RGB value is (105,255,203). Sum of RGB (Red+Green+Blue) = 105+255+203=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFCB is #960034. Grayscale: #CCCCCC. Windows color (decimal): -9830453 or 13369193. OLE color: 13369193.

HSL color Cylindrical-coordinate representation of color #69FFCB: hue angle of 159.2º 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 #69FFCB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB105255203-
CMYK0.5900.200
HSL159.2º100%70.59%-
HSV(B)159.2º58.82%100%-
XYZ52.3778.8468.96-
YUV204.22127.357.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.65%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=18.65%
G=45.29%
B=36.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552030.5900.200159.210070.59
Hex69FFCB3B01409f6447
Octal151377313730240237144107
Binary1101001111111111100101111101101010001001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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