Html Css Color HEX #69C99D Medium Aquamarine

📋 copy color: '#69C99D'

red 105 ◦ green 201 ◦ blue 157

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

Shades of Medium Aquamarine #69C99D

Tints of Medium Aquamarine #69C99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

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

R = 22.68%
G = 43.41%
B = 33.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#69C99D (or 0x69C99D) is known color: Medium Aquamarine. HEX triplet: 69, C9 and 9D. RGB value is (105,201,157). Sum of RGB (Red+Green+Blue) = 105+201+157=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #69C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C99D is #963662. Grayscale: #A7A7A7. Windows color (decimal): -9844323 or 10340713. OLE color: 10340713.

HSL color Cylindrical-coordinate representation of color #69C99D: hue angle of 152.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C99D is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 201 157 -
CMYK 0.48 0 0.22 0.21
HSL 152.5º 0.47% 0.6% -
HSV(B) 152.5º 0.48% 0.79% -
XYZ 32.8 47.21 39.28 -
YUV 167.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 105 201 157 0.48 0 0.22 0.21 152.5 0.47 0.6
Hex 69 C9 9D 30 0 16 15 98 2F 3C
Octal 151 311 235 60 0 26 25 230 57 74
Binary 1101001 11001001 10011101 110000 0 10110 10101 10011000 101111 111100

Color Harmonies of #69C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C99D

Black with #69C99D

Text Example


Text Example

White with #69C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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