Html Css Color HEX #69CAA9 Medium Aquamarine

📋 copy color: '#69CAA9'

red 105 ◦ green 202 ◦ blue 169

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

Shades of Medium Aquamarine #69CAA9

Tints of Medium Aquamarine #69CAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.44%

 BLUE value IS 169 (66.41% from 255) = 35.5%

R = 22.06%
G = 42.44%
B = 35.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#69CAA9 (or 0x69CAA9) is known color: Medium Aquamarine. HEX triplet: 69, CA and A9. RGB value is (105,202,169). Sum of RGB (Red+Green+Blue) = 105+202+169=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CAA9 is #963556. Grayscale: #A9A9A9. Windows color (decimal): -9844055 or 11127401. OLE color: 11127401.

HSL color Cylindrical-coordinate representation of color #69CAA9: hue angle of 159.59º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CAA9 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 169 -
CMYK 0.48 0 0.16 0.21
HSL 159.59º 0.48% 0.6% -
HSV(B) 159.59º 0.48% 0.79% -
XYZ 34.11 48.11 45.02 -
YUV 169.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 105 202 169 0.48 0 0.16 0.21 159.59 0.48 0.6
Hex 69 CA A9 30 0 10 15 A0 30 3C
Octal 151 312 251 60 0 20 25 240 60 74
Binary 1101001 11001010 10101001 110000 0 10000 10101 10100000 110000 111100

Color Harmonies of #69CAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CAA9

Black with #69CAA9

Text Example


Text Example

White with #69CAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,202,169); }

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

background-color css

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

 a { background-color: rgb(105,202,169); }

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

border-color css

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

 span { border-color: rgb(105,202,169); }

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