Html Css Color HEX #69C6B0 Medium Aquamarine

📋 copy color: '#69C6B0'

red 105 ◦ green 198 ◦ blue 176

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

Shades of Medium Aquamarine #69C6B0

Tints of Medium Aquamarine #69C6B0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.34%

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 21.92%
G = 41.34%
B = 36.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#69C6B0 (or 0x69C6B0) is known color: Medium Aquamarine. HEX triplet: 69, C6 and B0. RGB value is (105,198,176). Sum of RGB (Red+Green+Blue) = 105+198+176=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #69C6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C6B0 is #96394F. Grayscale: #A7A7A7. Windows color (decimal): -9845072 or 11585129. OLE color: 11585129.

HSL color Cylindrical-coordinate representation of color #69C6B0: hue angle of 165.81º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C6B0 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 198 176 -
CMYK 0.47 0 0.11 0.22
HSL 165.81º 0.45% 0.59% -
HSV(B) 165.81º 0.47% 0.78% -
XYZ 33.86 46.53 48.27 -
YUV 167.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 105 198 176 0.47 0 0.11 0.22 165.81 0.45 0.59
Hex 69 C6 B0 2F 0 B 16 A6 2D 3B
Octal 151 306 260 57 0 13 26 246 55 73
Binary 1101001 11000110 10110000 101111 0 1011 10110 10100110 101101 111011

Color Harmonies of #69C6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C6B0

Black with #69C6B0

Text Example


Text Example

White with #69C6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,198,176); }

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

background-color css

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

 a { background-color: rgb(105,198,176); }

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

border-color css

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

 span { border-color: rgb(105,198,176); }

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