Html Css Color HEX #69D4A6 Medium Aquamarine

📋 copy color: '#69D4A6'

red 105 ◦ green 212 ◦ blue 166

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

Shades of Medium Aquamarine #69D4A6

Tints of Medium Aquamarine #69D4A6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 21.74%
G = 43.89%
B = 34.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#69D4A6 (or 0x69D4A6) is known color: Medium Aquamarine. HEX triplet: 69, D4 and A6. RGB value is (105,212,166). Sum of RGB (Red+Green+Blue) = 105+212+166=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #69D4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D4A6 is #962B59. Grayscale: #AEAEAE. Windows color (decimal): -9841498 or 10933353. OLE color: 10933353.

HSL color Cylindrical-coordinate representation of color #69D4A6: hue angle of 154.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D4A6 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 212 166 -
CMYK 0.50 0 0.22 0.17
HSL 154.21º 0.55% 0.62% -
HSV(B) 154.21º 0.5% 0.83% -
XYZ 36.25 52.84 44.37 -
YUV 174.76 123.05 78.24 -
System Red Green Blue C M Y K H S L
Decimal 105 212 166 0.50 0 0.22 0.17 154.21 0.55 0.62
Hex 69 D4 A6 32 0 16 11 9A 37 3E
Octal 151 324 246 62 0 26 21 232 67 76
Binary 1101001 11010100 10100110 110010 0 10110 10001 10011010 110111 111110

Color Harmonies of #69D4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D4A6

Black with #69D4A6

Text Example


Text Example

White with #69D4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,212,166); }

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

background-color css

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

 a { background-color: rgb(105,212,166); }

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

border-color css

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

 span { border-color: rgb(105,212,166); }

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