Html Css Color HEX #69C5AC Medium Aquamarine

📋 copy color: '#69C5AC'

red 105 ◦ green 197 ◦ blue 172

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

Shades of Medium Aquamarine #69C5AC

Tints of Medium Aquamarine #69C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 22.15%
G = 41.56%
B = 36.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#69C5AC (or 0x69C5AC) is known color: Medium Aquamarine. HEX triplet: 69, C5 and AC. RGB value is (105,197,172). Sum of RGB (Red+Green+Blue) = 105+197+172=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C5AC is #963A53. Grayscale: #A6A6A6. Windows color (decimal): -9845332 or 11322729. OLE color: 11322729.

HSL color Cylindrical-coordinate representation of color #69C5AC: hue angle of 163.7º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C5AC is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 197 172 -
CMYK 0.47 0 0.13 0.23
HSL 163.7º 0.44% 0.59% -
HSV(B) 163.7º 0.47% 0.77% -
XYZ 33.24 45.91 46.14 -
YUV 166.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 105 197 172 0.47 0 0.13 0.23 163.7 0.44 0.59
Hex 69 C5 AC 2F 0 D 17 A4 2C 3B
Octal 151 305 254 57 0 15 27 244 54 73
Binary 1101001 11000101 10101100 101111 0 1101 10111 10100100 101100 111011

Color Harmonies of #69C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5AC

Black with #69C5AC

Text Example


Text Example

White with #69C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,197,172); }

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

background-color css

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

 a { background-color: rgb(105,197,172); }

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

border-color css

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

 span { border-color: rgb(105,197,172); }

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