Html Css Color HEX #69C29F Medium Aquamarine

📋 copy color: '#69C29F'

red 105 ◦ green 194 ◦ blue 159

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

Shades of Medium Aquamarine #69C29F

Tints of Medium Aquamarine #69C29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.36%

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

R = 22.93%
G = 42.36%
B = 34.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#69C29F (or 0x69C29F) is known color: Medium Aquamarine. HEX triplet: 69, C2 and 9F. RGB value is (105,194,159). Sum of RGB (Red+Green+Blue) = 105+194+159=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #69C29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C29F is #963D60. Grayscale: #A3A3A3. Windows color (decimal): -9846113 or 10469993. OLE color: 10469993.

HSL color Cylindrical-coordinate representation of color #69C29F: hue angle of 156.4º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C29F is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 194 159 -
CMYK 0.46 0 0.18 0.24
HSL 156.4º 0.42% 0.59% -
HSV(B) 156.4º 0.46% 0.76% -
XYZ 31.38 44.09 39.66 -
YUV 163.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 105 194 159 0.46 0 0.18 0.24 156.4 0.42 0.59
Hex 69 C2 9F 2E 0 12 18 9C 2A 3B
Octal 151 302 237 56 0 22 30 234 52 73
Binary 1101001 11000010 10011111 101110 0 10010 11000 10011100 101010 111011

Color Harmonies of #69C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C29F

Black with #69C29F

Text Example


Text Example

White with #69C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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