Html Css Color HEX #69F0AB Medium Aquamarine

📋 copy color: '#69F0AB'

red 105 ◦ green 240 ◦ blue 171

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

Shades of Medium Aquamarine #69F0AB

Tints of Medium Aquamarine #69F0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 20.35%
G = 46.51%
B = 33.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#69F0AB (or 0x69F0AB) is known color: Medium Aquamarine. HEX triplet: 69, F0 and AB. RGB value is (105,240,171). Sum of RGB (Red+Green+Blue) = 105+240+171=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #69F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F0AB is #960F54. Grayscale: #BFBFBF. Windows color (decimal): -9834325 or 11268201. OLE color: 11268201.

HSL color Cylindrical-coordinate representation of color #69F0AB: hue angle of 149.33º 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 #69F0AB is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 240 171 -
CMYK 0.56 0 0.29 0.06
HSL 149.33º 0.82% 0.68% -
HSV(B) 149.33º 0.56% 0.94% -
XYZ 44.34 68.26 49.37 -
YUV 191.77 116.27 66.11 -
System Red Green Blue C M Y K H S L
Decimal 105 240 171 0.56 0 0.29 0.06 149.33 0.82 0.68
Hex 69 F0 AB 38 0 1D 6 95 52 44
Octal 151 360 253 70 0 35 6 225 122 104
Binary 1101001 11110000 10101011 111000 0 11101 110 10010101 1010010 1000100

Color Harmonies of #69F0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69F0AB

Black with #69F0AB

Text Example


Text Example

White with #69F0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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