Html Css Color HEX #69D09D Medium Aquamarine

📋 copy color: '#69D09D'

red 105 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #69D09D

Tints of Medium Aquamarine #69D09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 22.34%
G = 44.26%
B = 33.4%

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

#69D09D (or 0x69D09D) is known color: Medium Aquamarine. HEX triplet: 69, D0 and 9D. RGB value is (105,208,157). Sum of RGB (Red+Green+Blue) = 105+208+157=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #69D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D09D is #962F62. Grayscale: #ABABAB. Windows color (decimal): -9842531 or 10342505. OLE color: 10342505.

HSL color Cylindrical-coordinate representation of color #69D09D: hue angle of 150.29º 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 #69D09D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 208 157 -
CMYK 0.50 0 0.25 0.18
HSL 150.29º 0.52% 0.61% -
HSV(B) 150.29º 0.5% 0.82% -
XYZ 34.47 50.55 39.84 -
YUV 171.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 105 208 157 0.50 0 0.25 0.18 150.29 0.52 0.61
Hex 69 D0 9D 32 0 19 12 96 34 3D
Octal 151 320 235 62 0 31 22 226 64 75
Binary 1101001 11010000 10011101 110010 0 11001 10010 10010110 110100 111101

Color Harmonies of #69D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D09D

Black with #69D09D

Text Example


Text Example

White with #69D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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