Html Css Color HEX #69D99B Medium Aquamarine

📋 copy color: '#69D99B'

red 105 ◦ green 217 ◦ blue 155

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

Shades of Medium Aquamarine #69D99B

Tints of Medium Aquamarine #69D99B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 22.01%
G = 45.49%
B = 32.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#69D99B (or 0x69D99B) is known color: Medium Aquamarine. HEX triplet: 69, D9 and 9B. RGB value is (105,217,155). Sum of RGB (Red+Green+Blue) = 105+217+155=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #69D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D99B is #962664. Grayscale: #B0B0B0. Windows color (decimal): -9840229 or 10213737. OLE color: 10213737.

HSL color Cylindrical-coordinate representation of color #69D99B: hue angle of 146.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D99B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 155 -
CMYK 0.52 0 0.29 0.15
HSL 146.79º 0.6% 0.63% -
HSV(B) 146.79º 0.52% 0.85% -
XYZ 36.55 55 39.7 -
YUV 176.44 115.89 77.04 -
System Red Green Blue C M Y K H S L
Decimal 105 217 155 0.52 0 0.29 0.15 146.79 0.6 0.63
Hex 69 D9 9B 34 0 1D F 93 3C 3F
Octal 151 331 233 64 0 35 17 223 74 77
Binary 1101001 11011001 10011011 110100 0 11101 1111 10010011 111100 111111

Color Harmonies of #69D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D99B

Black with #69D99B

Text Example


Text Example

White with #69D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,217,155); }

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

background-color css

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

 a { background-color: rgb(105,217,155); }

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

border-color css

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

 span { border-color: rgb(105,217,155); }

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