Html Css Color HEX #69C1AB Medium Aquamarine

📋 copy color: '#69C1AB'

red 105 ◦ green 193 ◦ blue 171

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

Shades of Medium Aquamarine #69C1AB

Tints of Medium Aquamarine #69C1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 22.39%
G = 41.15%
B = 36.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#69C1AB (or 0x69C1AB) is known color: Medium Aquamarine. HEX triplet: 69, C1 and AB. RGB value is (105,193,171). Sum of RGB (Red+Green+Blue) = 105+193+171=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #69C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C1AB is #963E54. Grayscale: #A4A4A4. Windows color (decimal): -9846357 or 11256169. OLE color: 11256169.

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

Color convert

RGB 105 193 171 -
CMYK 0.46 0 0.11 0.24
HSL 165º 0.42% 0.58% -
HSV(B) 165º 0.46% 0.76% -
XYZ 32.25 44.08 45.34 -
YUV 164.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 105 193 171 0.46 0 0.11 0.24 165 0.42 0.58
Hex 69 C1 AB 2E 0 B 18 A5 2A 3A
Octal 151 301 253 56 0 13 30 245 52 72
Binary 1101001 11000001 10101011 101110 0 1011 11000 10100101 101010 111010

Color Harmonies of #69C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C1AB

Black with #69C1AB

Text Example


Text Example

White with #69C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,193,171); }

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

background-color css

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

 a { background-color: rgb(105,193,171); }

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

border-color css

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

 span { border-color: rgb(105,193,171); }

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