Html Css Color HEX #69D9AC Medium Aquamarine

📋 copy color: '#69D9AC'

red 105 ◦ green 217 ◦ blue 172

#69D9AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #69D9AC

Tints of Medium Aquamarine #69D9AC

RGB

 RED value IS 105 (41.41% from 255) = 21.26%

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 21.26%
G = 43.93%
B = 34.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#69D9AC (or 0x69D9AC) is known color: Medium Aquamarine. HEX triplet: 69, D9 and AC. RGB value is (105,217,172). Sum of RGB (Red+Green+Blue) = 105+217+172=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #69D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D9AC is #962653. Grayscale: #B2B2B2. Windows color (decimal): -9840212 or 11327849. OLE color: 11327849.

HSL color Cylindrical-coordinate representation of color #69D9AC: hue angle of 155.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D9AC is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 172 -
CMYK 0.52 0 0.21 0.15
HSL 155.89º 0.6% 0.63% -
HSV(B) 155.89º 0.52% 0.85% -
XYZ 38.08 55.61 47.76 -
YUV 178.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 105 217 172 0.52 0 0.21 0.15 155.89 0.6 0.63
Hex 69 D9 AC 34 0 15 F 9C 3C 3F
Octal 151 331 254 64 0 25 17 234 74 77
Binary 1101001 11011001 10101100 110100 0 10101 1111 10011100 111100 111111

Color Harmonies of #69D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D9AC

Black with #69D9AC

Text Example


Text Example

White with #69D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,217,172); }

 H1.HeaderClassName
 {
   color: #69D9AC;
 }
 .AnyTagClassName
 {
   color: #69D9AC;
 }
</style>

background-color css

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

 a { background-color: rgb(105,217,172); }

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

border-color css

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

 span { border-color: rgb(105,217,172); }

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