#69DFB2

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

Shades of Medium Aquamarine #69DFB2

Tints of Medium Aquamarine #69DFB2

Color information

#69DFB2 (or 0x69DFB2) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DF and B2. RGB value is (105,223,178). Sum of RGB (Red+Green+Blue) = 105+223+178=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFB2 is #96204D. Grayscale: #B6B6B6. Windows color (decimal): -9838670 or 11722601. OLE color: 11722601.

HSL color Cylindrical-coordinate representation of color #69DFB2: hue angle of 157.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFB2 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB105223178-
CMYK0.5300.200.13
HSL157.12º64.84%64.31%-
HSV(B)157.12º52.91%87.45%-
XYZ40.2558.9951.38-
YUV182.59125.4172.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.75%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=20.75%
G=44.07%
B=35.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052231780.5300.200.13157.1264.8464.31
Hex69DFB235014D9d4140
Octal1513372626502415235101100
Binary1101001110111111011001011010101010011011001110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,178); }

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

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

 a { background-color: rgb(105,223,178); }

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

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

 span { border-color: rgb(105,223,178); }

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