Html Css Color HEX #69C49F Medium Aquamarine

📋 copy color: '#69C49F'

red 105 ◦ green 196 ◦ blue 159

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

Shades of Medium Aquamarine #69C49F

Tints of Medium Aquamarine #69C49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

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

R = 22.83%
G = 42.61%
B = 34.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#69C49F (or 0x69C49F) is known color: Medium Aquamarine. HEX triplet: 69, C4 and 9F. RGB value is (105,196,159). Sum of RGB (Red+Green+Blue) = 105+196+159=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #69C49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C49F is #963B60. Grayscale: #A4A4A4. Windows color (decimal): -9845601 or 10470505. OLE color: 10470505.

HSL color Cylindrical-coordinate representation of color #69C49F: hue angle of 155.6º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C49F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 196 159 -
CMYK 0.46 0 0.19 0.23
HSL 155.6º 0.44% 0.59% -
HSV(B) 155.6º 0.46% 0.77% -
XYZ 31.82 44.99 39.81 -
YUV 164.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 105 196 159 0.46 0 0.19 0.23 155.6 0.44 0.59
Hex 69 C4 9F 2E 0 13 17 9C 2C 3B
Octal 151 304 237 56 0 23 27 234 54 73
Binary 1101001 11000100 10011111 101110 0 10011 10111 10011100 101100 111011

Color Harmonies of #69C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C49F

Black with #69C49F

Text Example


Text Example

White with #69C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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