Html Css Color HEX #69DC99 Medium Aquamarine

📋 copy color: '#69DC99'

red 105 ◦ green 220 ◦ blue 153

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

Shades of Medium Aquamarine #69DC99

Tints of Medium Aquamarine #69DC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 21.97%
G = 46.03%
B = 32.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#69DC99 (or 0x69DC99) is known color: Medium Aquamarine. HEX triplet: 69, DC and 99. RGB value is (105,220,153). Sum of RGB (Red+Green+Blue) = 105+220+153=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DC99 is #962366. Grayscale: #B2B2B2. Windows color (decimal): -9839463 or 10083433. OLE color: 10083433.

HSL color Cylindrical-coordinate representation of color #69DC99: hue angle of 145.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC99 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 220 153 -
CMYK 0.52 0 0.30 0.14
HSL 145.04º 0.62% 0.64% -
HSV(B) 145.04º 0.52% 0.86% -
XYZ 37.17 56.49 39.08 -
YUV 177.98 113.9 75.95 -
System Red Green Blue C M Y K H S L
Decimal 105 220 153 0.52 0 0.30 0.14 145.04 0.62 0.64
Hex 69 DC 99 34 0 1E E 91 3E 40
Octal 151 334 231 64 0 36 16 221 76 100
Binary 1101001 11011100 10011001 110100 0 11110 1110 10010001 111110 1000000

Color Harmonies of #69DC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DC99

Black with #69DC99

Text Example


Text Example

White with #69DC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,220,153); }

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

background-color css

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

 a { background-color: rgb(105,220,153); }

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

border-color css

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

 span { border-color: rgb(105,220,153); }

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