Html Css Color HEX #69E0A2 Medium Aquamarine

📋 copy color: '#69E0A2'

red 105 ◦ green 224 ◦ blue 162

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

Shades of Medium Aquamarine #69E0A2

Tints of Medium Aquamarine #69E0A2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 21.38%
G = 45.62%
B = 32.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#69E0A2 (or 0x69E0A2) is known color: Medium Aquamarine. HEX triplet: 69, E0 and A2. RGB value is (105,224,162). Sum of RGB (Red+Green+Blue) = 105+224+162=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E0A2 is #961F5D. Grayscale: #B5B5B5. Windows color (decimal): -9838430 or 10674281. OLE color: 10674281.

HSL color Cylindrical-coordinate representation of color #69E0A2: hue angle of 148.74º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E0A2 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 224 162 -
CMYK 0.53 0 0.28 0.12
HSL 148.74º 0.66% 0.65% -
HSV(B) 148.74º 0.53% 0.88% -
XYZ 39 58.92 43.5 -
YUV 181.35 117.08 73.54 -
System Red Green Blue C M Y K H S L
Decimal 105 224 162 0.53 0 0.28 0.12 148.74 0.66 0.65
Hex 69 E0 A2 35 0 1C C 95 42 41
Octal 151 340 242 65 0 34 14 225 102 101
Binary 1101001 11100000 10100010 110101 0 11100 1100 10010101 1000010 1000001

Color Harmonies of #69E0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E0A2

Black with #69E0A2

Text Example


Text Example

White with #69E0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,224,162); }

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

background-color css

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

 a { background-color: rgb(105,224,162); }

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

border-color css

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

 span { border-color: rgb(105,224,162); }

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