Html Css Color HEX #69EBA2 Medium Aquamarine

📋 copy color: '#69EBA2'

red 105 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #69EBA2

Tints of Medium Aquamarine #69EBA2

RGB

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

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

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

R = 20.92%
G = 46.81%
B = 32.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#69EBA2 (or 0x69EBA2) is known color: Medium Aquamarine. HEX triplet: 69, EB and A2. RGB value is (105,235,162). Sum of RGB (Red+Green+Blue) = 105+235+162=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EBA2 is #96145D. Grayscale: #BBBBBB. Windows color (decimal): -9835614 or 10677097. OLE color: 10677097.

HSL color Cylindrical-coordinate representation of color #69EBA2: hue angle of 146.31º 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 #69EBA2 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 235 162 -
CMYK 0.55 0 0.31 0.08
HSL 146.31º 0.76% 0.67% -
HSV(B) 146.31º 0.55% 0.92% -
XYZ 42.06 65.03 44.52 -
YUV 187.81 113.43 68.94 -
System Red Green Blue C M Y K H S L
Decimal 105 235 162 0.55 0 0.31 0.08 146.31 0.76 0.67
Hex 69 EB A2 37 0 1F 8 92 4C 43
Octal 151 353 242 67 0 37 10 222 114 103
Binary 1101001 11101011 10100010 110111 0 11111 1000 10010010 1001100 1000011

Color Harmonies of #69EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EBA2

Black with #69EBA2

Text Example


Text Example

White with #69EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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