Html Css Color HEX #69DEAB Medium Aquamarine

📋 copy color: '#69DEAB'

red 105 ◦ green 222 ◦ blue 171

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

Shades of Medium Aquamarine #69DEAB

Tints of Medium Aquamarine #69DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

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

R = 21.08%
G = 44.58%
B = 34.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#69DEAB (or 0x69DEAB) is known color: Medium Aquamarine. HEX triplet: 69, DE and AB. RGB value is (105,222,171). Sum of RGB (Red+Green+Blue) = 105+222+171=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DEAB is #962154. Grayscale: #B5B5B5. Windows color (decimal): -9838933 or 11263593. OLE color: 11263593.

HSL color Cylindrical-coordinate representation of color #69DEAB: hue angle of 153.85º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEAB is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 222 171 -
CMYK 0.53 0 0.23 0.13
HSL 153.85º 0.64% 0.64% -
HSV(B) 153.85º 0.53% 0.87% -
XYZ 39.3 58.19 47.69 -
YUV 181.2 122.24 73.65 -
System Red Green Blue C M Y K H S L
Decimal 105 222 171 0.53 0 0.23 0.13 153.85 0.64 0.64
Hex 69 DE AB 35 0 17 D 9A 40 40
Octal 151 336 253 65 0 27 15 232 100 100
Binary 1101001 11011110 10101011 110101 0 10111 1101 10011010 1000000 1000000

Color Harmonies of #69DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DEAB

Black with #69DEAB

Text Example


Text Example

White with #69DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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