Html Css Color HEX #69D7A5 Medium Aquamarine

📋 copy color: '#69D7A5'

red 105 ◦ green 215 ◦ blue 165

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

Shades of Medium Aquamarine #69D7A5

Tints of Medium Aquamarine #69D7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 21.65%
G = 44.33%
B = 34.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#69D7A5 (or 0x69D7A5) is known color: Medium Aquamarine. HEX triplet: 69, D7 and A5. RGB value is (105,215,165). Sum of RGB (Red+Green+Blue) = 105+215+165=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #69D7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D7A5 is #96285A. Grayscale: #B0B0B0. Windows color (decimal): -9840731 or 10868585. OLE color: 10868585.

HSL color Cylindrical-coordinate representation of color #69D7A5: hue angle of 152.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D7A5 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 165 -
CMYK 0.51 0 0.23 0.16
HSL 152.73º 0.58% 0.63% -
HSV(B) 152.73º 0.51% 0.84% -
XYZ 36.92 54.32 44.14 -
YUV 176.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 105 215 165 0.51 0 0.23 0.16 152.73 0.58 0.63
Hex 69 D7 A5 33 0 17 10 99 3A 3F
Octal 151 327 245 63 0 27 20 231 72 77
Binary 1101001 11010111 10100101 110011 0 10111 10000 10011001 111010 111111

Color Harmonies of #69D7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D7A5

Black with #69D7A5

Text Example


Text Example

White with #69D7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,215,165); }

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

background-color css

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

 a { background-color: rgb(105,215,165); }

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

border-color css

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

 span { border-color: rgb(105,215,165); }

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