Html Css Color HEX #69ECB0 Medium Aquamarine

📋 copy color: '#69ECB0'

red 105 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #69ECB0

Tints of Medium Aquamarine #69ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 20.31%
G = 45.65%
B = 34.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#69ECB0 (or 0x69ECB0) is known color: Medium Aquamarine. HEX triplet: 69, EC and B0. RGB value is (105,236,176). Sum of RGB (Red+Green+Blue) = 105+236+176=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ECB0 is #96134F. Grayscale: #BEBEBE. Windows color (decimal): -9835344 or 11594857. OLE color: 11594857.

HSL color Cylindrical-coordinate representation of color #69ECB0: hue angle of 152.52º degrees, saturation: 0.78, 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 #69ECB0 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 236 176 -
CMYK 0.56 0 0.25 0.07
HSL 152.52º 0.78% 0.67% -
HSV(B) 152.52º 0.56% 0.93% -
XYZ 43.66 66.13 51.54 -
YUV 189.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 105 236 176 0.56 0 0.25 0.07 152.52 0.78 0.67
Hex 69 EC B0 38 0 19 7 99 4E 43
Octal 151 354 260 70 0 31 7 231 116 103
Binary 1101001 11101100 10110000 111000 0 11001 111 10011001 1001110 1000011

Color Harmonies of #69ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ECB0

Black with #69ECB0

Text Example


Text Example

White with #69ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,236,176); }

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

background-color css

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

 a { background-color: rgb(105,236,176); }

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

border-color css

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

 span { border-color: rgb(105,236,176); }

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