Html Css Color HEX #69DD9F Medium Aquamarine

📋 copy color: '#69DD9F'

red 105 ◦ green 221 ◦ blue 159

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

Shades of Medium Aquamarine #69DD9F

Tints of Medium Aquamarine #69DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 21.65%
G = 45.57%
B = 32.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#69DD9F (or 0x69DD9F) is known color: Medium Aquamarine. HEX triplet: 69, DD and 9F. RGB value is (105,221,159). Sum of RGB (Red+Green+Blue) = 105+221+159=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DD9F is #962260. Grayscale: #B3B3B3. Windows color (decimal): -9839201 or 10476905. OLE color: 10476905.

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

Color convert

RGB 105 221 159 -
CMYK 0.52 0 0.28 0.13
HSL 147.93º 0.63% 0.64% -
HSV(B) 147.93º 0.52% 0.87% -
XYZ 37.94 57.22 41.85 -
YUV 179.25 116.57 75.04 -
System Red Green Blue C M Y K H S L
Decimal 105 221 159 0.52 0 0.28 0.13 147.93 0.63 0.64
Hex 69 DD 9F 34 0 1C D 94 3F 40
Octal 151 335 237 64 0 34 15 224 77 100
Binary 1101001 11011101 10011111 110100 0 11100 1101 10010100 111111 1000000

Color Harmonies of #69DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD9F

Black with #69DD9F

Text Example


Text Example

White with #69DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,221,159); }

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

background-color css

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

 a { background-color: rgb(105,221,159); }

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

border-color css

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

 span { border-color: rgb(105,221,159); }

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