Html Css Color HEX #69DB9B Medium Aquamarine

📋 copy color: '#69DB9B'

red 105 ◦ green 219 ◦ blue 155

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

Shades of Medium Aquamarine #69DB9B

Tints of Medium Aquamarine #69DB9B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

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

R = 21.92%
G = 45.72%
B = 32.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#69DB9B (or 0x69DB9B) is known color: Medium Aquamarine. HEX triplet: 69, DB and 9B. RGB value is (105,219,155). Sum of RGB (Red+Green+Blue) = 105+219+155=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DB9B is #962464. Grayscale: #B1B1B1. Windows color (decimal): -9839717 or 10214249. OLE color: 10214249.

HSL color Cylindrical-coordinate representation of color #69DB9B: hue angle of 146.32º degrees, saturation: 0.61, 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 #69DB9B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 219 155 -
CMYK 0.52 0 0.29 0.14
HSL 146.32º 0.61% 0.64% -
HSV(B) 146.32º 0.52% 0.86% -
XYZ 37.07 56.03 39.87 -
YUV 177.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 105 219 155 0.52 0 0.29 0.14 146.32 0.61 0.64
Hex 69 DB 9B 34 0 1D E 92 3D 40
Octal 151 333 233 64 0 35 16 222 75 100
Binary 1101001 11011011 10011011 110100 0 11101 1110 10010010 111101 1000000

Color Harmonies of #69DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB9B

Black with #69DB9B

Text Example


Text Example

White with #69DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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