Html Css Color HEX #69F0AD Medium Aquamarine

📋 copy color: '#69F0AD'

red 105 ◦ green 240 ◦ blue 173

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

Shades of Medium Aquamarine #69F0AD

Tints of Medium Aquamarine #69F0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.33%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 20.27%
G = 46.33%
B = 33.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#69F0AD (or 0x69F0AD) is known color: Medium Aquamarine. HEX triplet: 69, F0 and AD. RGB value is (105,240,173). Sum of RGB (Red+Green+Blue) = 105+240+173=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #69F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F0AD is #960F52. Grayscale: #C0C0C0. Windows color (decimal): -9834323 or 11399273. OLE color: 11399273.

HSL color Cylindrical-coordinate representation of color #69F0AD: hue angle of 150.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F0AD is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 240 173 -
CMYK 0.56 0 0.28 0.06
HSL 150.22º 0.82% 0.68% -
HSV(B) 150.22º 0.56% 0.94% -
XYZ 44.53 68.34 50.38 -
YUV 192 117.27 65.95 -
System Red Green Blue C M Y K H S L
Decimal 105 240 173 0.56 0 0.28 0.06 150.22 0.82 0.68
Hex 69 F0 AD 38 0 1C 6 96 52 44
Octal 151 360 255 70 0 34 6 226 122 104
Binary 1101001 11110000 10101101 111000 0 11100 110 10010110 1010010 1000100

Color Harmonies of #69F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69F0AD

Black with #69F0AD

Text Example


Text Example

White with #69F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,240,173); }

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

background-color css

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

 a { background-color: rgb(105,240,173); }

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

border-color css

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

 span { border-color: rgb(105,240,173); }

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