Html Css Color HEX #69EBA4 Medium Aquamarine

📋 copy color: '#69EBA4'

red 105 ◦ green 235 ◦ blue 164

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

Shades of Medium Aquamarine #69EBA4

Tints of Medium Aquamarine #69EBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.54%

R = 20.83%
G = 46.63%
B = 32.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#69EBA4 (or 0x69EBA4) is known color: Medium Aquamarine. HEX triplet: 69, EB and A4. RGB value is (105,235,164). Sum of RGB (Red+Green+Blue) = 105+235+164=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EBA4 is #96145B. Grayscale: #BCBCBC. Windows color (decimal): -9835612 or 10808169. OLE color: 10808169.

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

Color convert

RGB 105 235 164 -
CMYK 0.55 0 0.30 0.08
HSL 147.23º 0.76% 0.67% -
HSV(B) 147.23º 0.55% 0.92% -
XYZ 42.23 65.1 45.46 -
YUV 188.04 114.43 68.77 -
System Red Green Blue C M Y K H S L
Decimal 105 235 164 0.55 0 0.30 0.08 147.23 0.76 0.67
Hex 69 EB A4 37 0 1E 8 93 4C 43
Octal 151 353 244 67 0 36 10 223 114 103
Binary 1101001 11101011 10100100 110111 0 11110 1000 10010011 1001100 1000011

Color Harmonies of #69EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EBA4

Black with #69EBA4

Text Example


Text Example

White with #69EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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