Html Css Color HEX #69C0A3 Medium Aquamarine

📋 copy color: '#69C0A3'

red 105 ◦ green 192 ◦ blue 163

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

Shades of Medium Aquamarine #69C0A3

Tints of Medium Aquamarine #69C0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 22.83%
G = 41.74%
B = 35.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#69C0A3 (or 0x69C0A3) is known color: Medium Aquamarine. HEX triplet: 69, C0 and A3. RGB value is (105,192,163). Sum of RGB (Red+Green+Blue) = 105+192+163=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C0A3 is #963F5C. Grayscale: #A2A2A2. Windows color (decimal): -9846621 or 10731625. OLE color: 10731625.

HSL color Cylindrical-coordinate representation of color #69C0A3: hue angle of 160º 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 #69C0A3 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 163 -
CMYK 0.45 0 0.15 0.25
HSL 160º 0.41% 0.58% -
HSV(B) 160º 0.45% 0.75% -
XYZ 31.29 43.35 41.37 -
YUV 162.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 105 192 163 0.45 0 0.15 0.25 160 0.41 0.58
Hex 69 C0 A3 2D 0 F 19 A0 29 3A
Octal 151 300 243 55 0 17 31 240 51 72
Binary 1101001 11000000 10100011 101101 0 1111 11001 10100000 101001 111010

Color Harmonies of #69C0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C0A3

Black with #69C0A3

Text Example


Text Example

White with #69C0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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