Html Css Color HEX #69E7A8 Medium Aquamarine

📋 copy color: '#69E7A8'

red 105 ◦ green 231 ◦ blue 168

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

Shades of Medium Aquamarine #69E7A8

Tints of Medium Aquamarine #69E7A8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.83%

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

R = 20.83%
G = 45.83%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#69E7A8 (or 0x69E7A8) is known color: Medium Aquamarine. HEX triplet: 69, E7 and A8. RGB value is (105,231,168). Sum of RGB (Red+Green+Blue) = 105+231+168=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E7A8 is #961857. Grayscale: #BABABA. Windows color (decimal): -9836632 or 11069289. OLE color: 11069289.

HSL color Cylindrical-coordinate representation of color #69E7A8: hue angle of 150º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E7A8 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 231 168 -
CMYK 0.55 0 0.27 0.09
HSL 150º 0.72% 0.66% -
HSV(B) 150º 0.55% 0.91% -
XYZ 41.47 62.98 47.02 -
YUV 186.14 117.76 70.12 -
System Red Green Blue C M Y K H S L
Decimal 105 231 168 0.55 0 0.27 0.09 150 0.72 0.66
Hex 69 E7 A8 37 0 1B 9 96 48 42
Octal 151 347 250 67 0 33 11 226 110 102
Binary 1101001 11100111 10101000 110111 0 11011 1001 10010110 1001000 1000010

Color Harmonies of #69E7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E7A8

Black with #69E7A8

Text Example


Text Example

White with #69E7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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