Html Css Color HEX #69C2A3 Medium Aquamarine

📋 copy color: '#69C2A3'

red 105 ◦ green 194 ◦ blue 163

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

Shades of Medium Aquamarine #69C2A3

Tints of Medium Aquamarine #69C2A3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 22.73%
G = 41.99%
B = 35.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#69C2A3 (or 0x69C2A3) is known color: Medium Aquamarine. HEX triplet: 69, C2 and A3. RGB value is (105,194,163). Sum of RGB (Red+Green+Blue) = 105+194+163=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C2A3 is #963D5C. Grayscale: #A3A3A3. Windows color (decimal): -9846109 or 10732137. OLE color: 10732137.

HSL color Cylindrical-coordinate representation of color #69C2A3: hue angle of 159.1º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2A3 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 194 163 -
CMYK 0.46 0 0.16 0.24
HSL 159.1º 0.42% 0.59% -
HSV(B) 159.1º 0.46% 0.76% -
XYZ 31.73 44.23 41.52 -
YUV 163.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 105 194 163 0.46 0 0.16 0.24 159.1 0.42 0.59
Hex 69 C2 A3 2E 0 10 18 9F 2A 3B
Octal 151 302 243 56 0 20 30 237 52 73
Binary 1101001 11000010 10100011 101110 0 10000 11000 10011111 101010 111011

Color Harmonies of #69C2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2A3

Black with #69C2A3

Text Example


Text Example

White with #69C2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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