Html Css Color HEX #69DFA8 Medium Aquamarine

📋 copy color: '#69DFA8'

red 105 ◦ green 223 ◦ blue 168

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

Shades of Medium Aquamarine #69DFA8

Tints of Medium Aquamarine #69DFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 21.17%
G = 44.96%
B = 33.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#69DFA8 (or 0x69DFA8) is known color: Medium Aquamarine. HEX triplet: 69, DF and A8. RGB value is (105,223,168). Sum of RGB (Red+Green+Blue) = 105+223+168=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFA8 is #962057. Grayscale: #B5B5B5. Windows color (decimal): -9838680 or 11067241. OLE color: 11067241.

HSL color Cylindrical-coordinate representation of color #69DFA8: hue angle of 152.03º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFA8 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 223 168 -
CMYK 0.53 0 0.25 0.13
HSL 152.03º 0.65% 0.64% -
HSV(B) 152.03º 0.53% 0.87% -
XYZ 39.28 58.61 46.29 -
YUV 181.45 120.41 73.47 -
System Red Green Blue C M Y K H S L
Decimal 105 223 168 0.53 0 0.25 0.13 152.03 0.65 0.64
Hex 69 DF A8 35 0 19 D 98 41 40
Octal 151 337 250 65 0 31 15 230 101 100
Binary 1101001 11011111 10101000 110101 0 11001 1101 10011000 1000001 1000000

Color Harmonies of #69DFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DFA8

Black with #69DFA8

Text Example


Text Example

White with #69DFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,223,168); }

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

background-color css

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

 a { background-color: rgb(105,223,168); }

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

border-color css

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

 span { border-color: rgb(105,223,168); }

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