Html Css Color HEX #69C8AB Medium Aquamarine

📋 copy color: '#69C8AB'

red 105 ◦ green 200 ◦ blue 171

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

Shades of Medium Aquamarine #69C8AB

Tints of Medium Aquamarine #69C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 22.06%
G = 42.02%
B = 35.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#69C8AB (or 0x69C8AB) is known color: Medium Aquamarine. HEX triplet: 69, C8 and AB. RGB value is (105,200,171). Sum of RGB (Red+Green+Blue) = 105+200+171=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #69C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C8AB is #963754. Grayscale: #A8A8A8. Windows color (decimal): -9844565 or 11257961. OLE color: 11257961.

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

Color convert

RGB 105 200 171 -
CMYK 0.48 0 0.14 0.22
HSL 161.68º 0.46% 0.6% -
HSV(B) 161.68º 0.48% 0.78% -
XYZ 33.83 47.25 45.87 -
YUV 168.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 105 200 171 0.48 0 0.14 0.22 161.68 0.46 0.6
Hex 69 C8 AB 30 0 E 16 A2 2E 3C
Octal 151 310 253 60 0 16 26 242 56 74
Binary 1101001 11001000 10101011 110000 0 1110 10110 10100010 101110 111100

Color Harmonies of #69C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C8AB

Black with #69C8AB

Text Example


Text Example

White with #69C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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