Html Css Color HEX #69EEA5 Medium Aquamarine

📋 copy color: '#69EEA5'

red 105 ◦ green 238 ◦ blue 165

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

Shades of Medium Aquamarine #69EEA5

Tints of Medium Aquamarine #69EEA5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.85%

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

R = 20.67%
G = 46.85%
B = 32.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#69EEA5 (or 0x69EEA5) is known color: Medium Aquamarine. HEX triplet: 69, EE and A5. RGB value is (105,238,165). Sum of RGB (Red+Green+Blue) = 105+238+165=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EEA5 is #96115A. Grayscale: #BEBEBE. Windows color (decimal): -9834843 or 10874473. OLE color: 10874473.

HSL color Cylindrical-coordinate representation of color #69EEA5: hue angle of 147.07º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EEA5 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 238 165 -
CMYK 0.56 0 0.31 0.07
HSL 147.07º 0.8% 0.67% -
HSV(B) 147.07º 0.56% 0.93% -
XYZ 43.19 66.87 46.23 -
YUV 189.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 105 238 165 0.56 0 0.31 0.07 147.07 0.8 0.67
Hex 69 EE A5 38 0 1F 7 93 50 43
Octal 151 356 245 70 0 37 7 223 120 103
Binary 1101001 11101110 10100101 111000 0 11111 111 10010011 1010000 1000011

Color Harmonies of #69EEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EEA5

Black with #69EEA5

Text Example


Text Example

White with #69EEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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