Html Css Color HEX #69D3AB Medium Aquamarine

📋 copy color: '#69D3AB'

red 105 ◦ green 211 ◦ blue 171

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

Shades of Medium Aquamarine #69D3AB

Tints of Medium Aquamarine #69D3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

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

R = 21.56%
G = 43.33%
B = 35.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#69D3AB (or 0x69D3AB) is known color: Medium Aquamarine. HEX triplet: 69, D3 and AB. RGB value is (105,211,171). Sum of RGB (Red+Green+Blue) = 105+211+171=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #69D3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D3AB is #962C54. Grayscale: #AEAEAE. Windows color (decimal): -9841749 or 11260777. OLE color: 11260777.

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

Color convert

RGB 105 211 171 -
CMYK 0.50 0 0.19 0.17
HSL 157.36º 0.55% 0.62% -
HSV(B) 157.36º 0.5% 0.83% -
XYZ 36.47 52.53 46.75 -
YUV 174.75 125.88 78.25 -
System Red Green Blue C M Y K H S L
Decimal 105 211 171 0.50 0 0.19 0.17 157.36 0.55 0.62
Hex 69 D3 AB 32 0 13 11 9D 37 3E
Octal 151 323 253 62 0 23 21 235 67 76
Binary 1101001 11010011 10101011 110010 0 10011 10001 10011101 110111 111110

Color Harmonies of #69D3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D3AB

Black with #69D3AB

Text Example


Text Example

White with #69D3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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