#69EDCB

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

Shades of Aquamarine #69EDCB

Tints of Aquamarine #69EDCB

Color information

#69EDCB (or 0x69EDCB) is unknown color: approx Aquamarine. HEX triplet: 69, ED and CB. RGB value is (105,237,203). Sum of RGB (Red+Green+Blue) = 105+237+203=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #69EDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EDCB is #961234. Grayscale: #C1C1C1. Windows color (decimal): -9835061 or 13364585. OLE color: 13364585.

HSL color Cylindrical-coordinate representation of color #69EDCB: hue angle of 164.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EDCB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB105237203-
CMYK0.5600.140.07
HSL164.55º78.57%67.06%-
HSV(B)164.55º55.7%92.94%-
XYZ46.8967.8867.13-
YUV193.66133.2764.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=19.27%
G=43.49%
B=37.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052372030.5600.140.07164.5578.5767.06
Hex69EDCB380E7a54f43
Octal151355313700167245117103
Binary11010011110110111001011111000011101111010010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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