Html Css Color HEX #69DDA6 Medium Aquamarine

📋 copy color: '#69DDA6'

red 105 ◦ green 221 ◦ blue 166

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

Shades of Medium Aquamarine #69DDA6

Tints of Medium Aquamarine #69DDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 21.34%
G = 44.92%
B = 33.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#69DDA6 (or 0x69DDA6) is known color: Medium Aquamarine. HEX triplet: 69, DD and A6. RGB value is (105,221,166). Sum of RGB (Red+Green+Blue) = 105+221+166=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDA6 is #962259. Grayscale: #B4B4B4. Windows color (decimal): -9839194 or 10935657. OLE color: 10935657.

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

Color convert

RGB 105 221 166 -
CMYK 0.52 0 0.25 0.13
HSL 151.55º 0.63% 0.64% -
HSV(B) 151.55º 0.52% 0.87% -
XYZ 38.57 57.47 45.14 -
YUV 180.05 120.07 74.47 -
System Red Green Blue C M Y K H S L
Decimal 105 221 166 0.52 0 0.25 0.13 151.55 0.63 0.64
Hex 69 DD A6 34 0 19 D 98 3F 40
Octal 151 335 246 64 0 31 15 230 77 100
Binary 1101001 11011101 10100110 110100 0 11001 1101 10011000 111111 1000000

Color Harmonies of #69DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDA6

Black with #69DDA6

Text Example


Text Example

White with #69DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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