Html Css Color HEX #69C3AA Medium Aquamarine

📋 copy color: '#69C3AA'

red 105 ◦ green 195 ◦ blue 170

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

Shades of Medium Aquamarine #69C3AA

Tints of Medium Aquamarine #69C3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.49%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 22.34%
G = 41.49%
B = 36.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#69C3AA (or 0x69C3AA) is known color: Medium Aquamarine. HEX triplet: 69, C3 and AA. RGB value is (105,195,170). Sum of RGB (Red+Green+Blue) = 105+195+170=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #69C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C3AA is #963C55. Grayscale: #A5A5A5. Windows color (decimal): -9845846 or 11191145. OLE color: 11191145.

HSL color Cylindrical-coordinate representation of color #69C3AA: hue angle of 163.33º degrees, saturation: 0.43, 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 #69C3AA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 195 170 -
CMYK 0.46 0 0.13 0.24
HSL 163.33º 0.43% 0.59% -
HSV(B) 163.33º 0.46% 0.76% -
XYZ 32.6 44.94 44.99 -
YUV 165.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 105 195 170 0.46 0 0.13 0.24 163.33 0.43 0.59
Hex 69 C3 AA 2E 0 D 18 A3 2B 3B
Octal 151 303 252 56 0 15 30 243 53 73
Binary 1101001 11000011 10101010 101110 0 1101 11000 10100011 101011 111011

Color Harmonies of #69C3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C3AA

Black with #69C3AA

Text Example


Text Example

White with #69C3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,195,170); }

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

background-color css

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

 a { background-color: rgb(105,195,170); }

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

border-color css

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

 span { border-color: rgb(105,195,170); }

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