Html Css Color HEX #69C0A2 Medium Aquamarine

📋 copy color: '#69C0A2'

red 105 ◦ green 192 ◦ blue 162

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

Shades of Medium Aquamarine #69C0A2

Tints of Medium Aquamarine #69C0A2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 22.88%
G = 41.83%
B = 35.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#69C0A2 (or 0x69C0A2) is known color: Medium Aquamarine. HEX triplet: 69, C0 and A2. RGB value is (105,192,162). Sum of RGB (Red+Green+Blue) = 105+192+162=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C0A2 is #963F5D. Grayscale: #A2A2A2. Windows color (decimal): -9846622 or 10666089. OLE color: 10666089.

HSL color Cylindrical-coordinate representation of color #69C0A2: hue angle of 159.31º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C0A2 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 162 -
CMYK 0.45 0 0.16 0.25
HSL 159.31º 0.41% 0.58% -
HSV(B) 159.31º 0.45% 0.75% -
XYZ 31.2 43.31 40.9 -
YUV 162.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 105 192 162 0.45 0 0.16 0.25 159.31 0.41 0.58
Hex 69 C0 A2 2D 0 10 19 9F 29 3A
Octal 151 300 242 55 0 20 31 237 51 72
Binary 1101001 11000000 10100010 101101 0 10000 11001 10011111 101001 111010

Color Harmonies of #69C0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C0A2

Black with #69C0A2

Text Example


Text Example

White with #69C0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,162); }

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

background-color css

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

 a { background-color: rgb(105,192,162); }

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

border-color css

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

 span { border-color: rgb(105,192,162); }

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