Html Css Color HEX #69F0AF Medium Aquamarine

📋 copy color: '#69F0AF'

red 105 ◦ green 240 ◦ blue 175

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

Shades of Medium Aquamarine #69F0AF

Tints of Medium Aquamarine #69F0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 20.19%
G = 46.15%
B = 33.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#69F0AF (or 0x69F0AF) is known color: Medium Aquamarine. HEX triplet: 69, F0 and AF. RGB value is (105,240,175). Sum of RGB (Red+Green+Blue) = 105+240+175=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #69F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F0AF is #960F50. Grayscale: #C0C0C0. Windows color (decimal): -9834321 or 11530345. OLE color: 11530345.

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

Color convert

RGB 105 240 175 -
CMYK 0.56 0 0.27 0.06
HSL 151.11º 0.82% 0.68% -
HSV(B) 151.11º 0.56% 0.94% -
XYZ 44.72 68.42 51.41 -
YUV 192.23 118.27 65.79 -
System Red Green Blue C M Y K H S L
Decimal 105 240 175 0.56 0 0.27 0.06 151.11 0.82 0.68
Hex 69 F0 AF 38 0 1B 6 97 52 44
Octal 151 360 257 70 0 33 6 227 122 104
Binary 1101001 11110000 10101111 111000 0 11011 110 10010111 1010010 1000100

Color Harmonies of #69F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69F0AF

Black with #69F0AF

Text Example


Text Example

White with #69F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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