Html Css Color HEX #69C2AF Medium Aquamarine

📋 copy color: '#69C2AF'

red 105 ◦ green 194 ◦ blue 175

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

Shades of Medium Aquamarine #69C2AF

Tints of Medium Aquamarine #69C2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 22.15%
G = 40.93%
B = 36.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#69C2AF (or 0x69C2AF) is known color: Medium Aquamarine. HEX triplet: 69, C2 and AF. RGB value is (105,194,175). Sum of RGB (Red+Green+Blue) = 105+194+175=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C2AF is #963D50. Grayscale: #A5A5A5. Windows color (decimal): -9846097 or 11518569. OLE color: 11518569.

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

Color convert

RGB 105 194 175 -
CMYK 0.46 0 0.10 0.24
HSL 167.19º 0.42% 0.59% -
HSV(B) 167.19º 0.46% 0.76% -
XYZ 32.86 44.68 47.45 -
YUV 165.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 105 194 175 0.46 0 0.10 0.24 167.19 0.42 0.59
Hex 69 C2 AF 2E 0 A 18 A7 2A 3B
Octal 151 302 257 56 0 12 30 247 52 73
Binary 1101001 11000010 10101111 101110 0 1010 11000 10100111 101010 111011

Color Harmonies of #69C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2AF

Black with #69C2AF

Text Example


Text Example

White with #69C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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