Html Css Color HEX #69D09C Medium Aquamarine

📋 copy color: '#69D09C'

red 105 ◦ green 208 ◦ blue 156

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

Shades of Medium Aquamarine #69D09C

Tints of Medium Aquamarine #69D09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 156 (61.33% from 255) = 33.26%

R = 22.39%
G = 44.35%
B = 33.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#69D09C (or 0x69D09C) is known color: Medium Aquamarine. HEX triplet: 69, D0 and 9C. RGB value is (105,208,156). Sum of RGB (Red+Green+Blue) = 105+208+156=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #69D09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D09C is #962F63. Grayscale: #ABABAB. Windows color (decimal): -9842532 or 10276969. OLE color: 10276969.

HSL color Cylindrical-coordinate representation of color #69D09C: hue angle of 149.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D09C is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 208 156 -
CMYK 0.50 0 0.25 0.18
HSL 149.71º 0.52% 0.61% -
HSV(B) 149.71º 0.5% 0.82% -
XYZ 34.38 50.52 39.39 -
YUV 171.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 105 208 156 0.50 0 0.25 0.18 149.71 0.52 0.61
Hex 69 D0 9C 32 0 19 12 96 34 3D
Octal 151 320 234 62 0 31 22 226 64 75
Binary 1101001 11010000 10011100 110010 0 11001 10010 10010110 110100 111101

Color Harmonies of #69D09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D09C

Black with #69D09C

Text Example


Text Example

White with #69D09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,208,156); }

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

background-color css

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

 a { background-color: rgb(105,208,156); }

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

border-color css

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

 span { border-color: rgb(105,208,156); }

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