Html Css Color HEX #69EBA0 Medium Aquamarine

📋 copy color: '#69EBA0'

red 105 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #69EBA0

Tints of Medium Aquamarine #69EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 21%
G = 47%
B = 32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#69EBA0 (or 0x69EBA0) is known color: Medium Aquamarine. HEX triplet: 69, EB and A0. RGB value is (105,235,160). Sum of RGB (Red+Green+Blue) = 105+235+160=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EBA0 is #96145F. Grayscale: #BBBBBB. Windows color (decimal): -9835616 or 10546025. OLE color: 10546025.

HSL color Cylindrical-coordinate representation of color #69EBA0: hue angle of 145.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EBA0 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 235 160 -
CMYK 0.55 0 0.32 0.08
HSL 145.38º 0.76% 0.67% -
HSV(B) 145.38º 0.55% 0.92% -
XYZ 41.88 64.96 43.59 -
YUV 187.58 112.43 69.1 -
System Red Green Blue C M Y K H S L
Decimal 105 235 160 0.55 0 0.32 0.08 145.38 0.76 0.67
Hex 69 EB A0 37 0 20 8 91 4C 43
Octal 151 353 240 67 0 40 10 221 114 103
Binary 1101001 11101011 10100000 110111 0 100000 1000 10010001 1001100 1000011

Color Harmonies of #69EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EBA0

Black with #69EBA0

Text Example


Text Example

White with #69EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,235,160); }

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

background-color css

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

 a { background-color: rgb(105,235,160); }

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

border-color css

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

 span { border-color: rgb(105,235,160); }

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