Html Css Color HEX #69D69C Medium Aquamarine

📋 copy color: '#69D69C'

red 105 ◦ green 214 ◦ blue 156

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

Shades of Medium Aquamarine #69D69C

Tints of Medium Aquamarine #69D69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 22.11%
G = 45.05%
B = 32.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#69D69C (or 0x69D69C) is known color: Medium Aquamarine. HEX triplet: 69, D6 and 9C. RGB value is (105,214,156). Sum of RGB (Red+Green+Blue) = 105+214+156=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #69D69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D69C is #962963. Grayscale: #AEAEAE. Windows color (decimal): -9840996 or 10278505. OLE color: 10278505.

HSL color Cylindrical-coordinate representation of color #69D69C: hue angle of 148.07º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D69C is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 214 156 -
CMYK 0.51 0 0.27 0.16
HSL 148.07º 0.57% 0.63% -
HSV(B) 148.07º 0.51% 0.84% -
XYZ 35.87 53.5 39.89 -
YUV 174.8 117.39 78.22 -
System Red Green Blue C M Y K H S L
Decimal 105 214 156 0.51 0 0.27 0.16 148.07 0.57 0.63
Hex 69 D6 9C 33 0 1B 10 94 39 3F
Octal 151 326 234 63 0 33 20 224 71 77
Binary 1101001 11010110 10011100 110011 0 11011 10000 10010100 111001 111111

Color Harmonies of #69D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D69C

Black with #69D69C

Text Example


Text Example

White with #69D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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