Html Css Color HEX #69DFA5 Medium Aquamarine

📋 copy color: '#69DFA5'

red 105 ◦ green 223 ◦ blue 165

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

Shades of Medium Aquamarine #69DFA5

Tints of Medium Aquamarine #69DFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 21.3%
G = 45.23%
B = 33.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#69DFA5 (or 0x69DFA5) is known color: Medium Aquamarine. HEX triplet: 69, DF and A5. RGB value is (105,223,165). Sum of RGB (Red+Green+Blue) = 105+223+165=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFA5 is #96205A. Grayscale: #B5B5B5. Windows color (decimal): -9838683 or 10870633. OLE color: 10870633.

HSL color Cylindrical-coordinate representation of color #69DFA5: hue angle of 150.51º 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 #69DFA5 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 223 165 -
CMYK 0.53 0 0.26 0.13
HSL 150.51º 0.65% 0.64% -
HSV(B) 150.51º 0.53% 0.87% -
XYZ 39 58.5 44.83 -
YUV 181.11 118.91 73.72 -
System Red Green Blue C M Y K H S L
Decimal 105 223 165 0.53 0 0.26 0.13 150.51 0.65 0.64
Hex 69 DF A5 35 0 1A D 97 41 40
Octal 151 337 245 65 0 32 15 227 101 100
Binary 1101001 11011111 10100101 110101 0 11010 1101 10010111 1000001 1000000

Color Harmonies of #69DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DFA5

Black with #69DFA5

Text Example


Text Example

White with #69DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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