Html Css Color HEX #69D2AF Medium Aquamarine

📋 copy color: '#69D2AF'

red 105 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #69D2AF

Tints of Medium Aquamarine #69D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.86%

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

R = 21.43%
G = 42.86%
B = 35.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#69D2AF (or 0x69D2AF) is known color: Medium Aquamarine. HEX triplet: 69, D2 and AF. RGB value is (105,210,175). Sum of RGB (Red+Green+Blue) = 105+210+175=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D2AF is #962D50. Grayscale: #AEAEAE. Windows color (decimal): -9842001 or 11522665. OLE color: 11522665.

HSL color Cylindrical-coordinate representation of color #69D2AF: hue angle of 160º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D2AF is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 210 175 -
CMYK 0.50 0 0.17 0.18
HSL 160º 0.54% 0.62% -
HSV(B) 160º 0.5% 0.82% -
XYZ 36.61 52.19 48.7 -
YUV 174.62 128.21 78.35 -
System Red Green Blue C M Y K H S L
Decimal 105 210 175 0.50 0 0.17 0.18 160 0.54 0.62
Hex 69 D2 AF 32 0 11 12 A0 36 3E
Octal 151 322 257 62 0 21 22 240 66 76
Binary 1101001 11010010 10101111 110010 0 10001 10010 10100000 110110 111110

Color Harmonies of #69D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D2AF

Black with #69D2AF

Text Example


Text Example

White with #69D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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