Html Css Color HEX #69C7B0 Medium Aquamarine

📋 copy color: '#69C7B0'

red 105 ◦ green 199 ◦ blue 176

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

Shades of Medium Aquamarine #69C7B0

Tints of Medium Aquamarine #69C7B0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.46%

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

R = 21.88%
G = 41.46%
B = 36.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#69C7B0 (or 0x69C7B0) is known color: Medium Aquamarine. HEX triplet: 69, C7 and B0. RGB value is (105,199,176). Sum of RGB (Red+Green+Blue) = 105+199+176=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C7B0 is #96384F. Grayscale: #A8A8A8. Windows color (decimal): -9844816 or 11585385. OLE color: 11585385.

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

Color convert

RGB 105 199 176 -
CMYK 0.47 0 0.12 0.22
HSL 165.32º 0.46% 0.6% -
HSV(B) 165.32º 0.47% 0.78% -
XYZ 34.09 46.98 48.35 -
YUV 168.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 105 199 176 0.47 0 0.12 0.22 165.32 0.46 0.6
Hex 69 C7 B0 2F 0 C 16 A5 2E 3C
Octal 151 307 260 57 0 14 26 245 56 74
Binary 1101001 11000111 10110000 101111 0 1100 10110 10100101 101110 111100

Color Harmonies of #69C7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C7B0

Black with #69C7B0

Text Example


Text Example

White with #69C7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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