Html Css Color HEX #69DDA3 Medium Aquamarine

📋 copy color: '#69DDA3'

red 105 ◦ green 221 ◦ blue 163

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

Shades of Medium Aquamarine #69DDA3

Tints of Medium Aquamarine #69DDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.33%

R = 21.47%
G = 45.19%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#69DDA3 (or 0x69DDA3) is known color: Medium Aquamarine. HEX triplet: 69, DD and A3. RGB value is (105,221,163). Sum of RGB (Red+Green+Blue) = 105+221+163=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDA3 is #96225C. Grayscale: #B3B3B3. Windows color (decimal): -9839197 or 10739049. OLE color: 10739049.

HSL color Cylindrical-coordinate representation of color #69DDA3: hue angle of 150º 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 #69DDA3 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 163 -
CMYK 0.52 0 0.26 0.13
HSL 150º 0.63% 0.64% -
HSV(B) 150º 0.52% 0.87% -
XYZ 38.29 57.36 43.7 -
YUV 179.7 118.57 74.72 -
System Red Green Blue C M Y K H S L
Decimal 105 221 163 0.52 0 0.26 0.13 150 0.63 0.64
Hex 69 DD A3 34 0 1A D 96 3F 40
Octal 151 335 243 64 0 32 15 226 77 100
Binary 1101001 11011101 10100011 110100 0 11010 1101 10010110 111111 1000000

Color Harmonies of #69DDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDA3

Black with #69DDA3

Text Example


Text Example

White with #69DDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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