Html Css Color HEX #69D29D Medium Aquamarine

📋 copy color: '#69D29D'

red 105 ◦ green 210 ◦ blue 157

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

Shades of Medium Aquamarine #69D29D

Tints of Medium Aquamarine #69D29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 157 (61.72% from 255) = 33.26%

R = 22.25%
G = 44.49%
B = 33.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#69D29D (or 0x69D29D) is known color: Medium Aquamarine. HEX triplet: 69, D2 and 9D. RGB value is (105,210,157). Sum of RGB (Red+Green+Blue) = 105+210+157=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #69D29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D29D is #962D62. Grayscale: #ACACAC. Windows color (decimal): -9842019 or 10343017. OLE color: 10343017.

HSL color Cylindrical-coordinate representation of color #69D29D: hue angle of 149.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D29D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 210 157 -
CMYK 0.50 0 0.25 0.18
HSL 149.71º 0.54% 0.62% -
HSV(B) 149.71º 0.5% 0.82% -
XYZ 34.96 51.53 40 -
YUV 172.56 119.21 79.81 -
System Red Green Blue C M Y K H S L
Decimal 105 210 157 0.50 0 0.25 0.18 149.71 0.54 0.62
Hex 69 D2 9D 32 0 19 12 96 36 3E
Octal 151 322 235 62 0 31 22 226 66 76
Binary 1101001 11010010 10011101 110010 0 11001 10010 10010110 110110 111110

Color Harmonies of #69D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D29D

Black with #69D29D

Text Example


Text Example

White with #69D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,210,157); }

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

background-color css

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

 a { background-color: rgb(105,210,157); }

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

border-color css

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

 span { border-color: rgb(105,210,157); }

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