Html Css Color HEX #69EDB0 Medium Aquamarine

📋 copy color: '#69EDB0'

red 105 ◦ green 237 ◦ blue 176

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

Shades of Medium Aquamarine #69EDB0

Tints of Medium Aquamarine #69EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.75%

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

R = 20.27%
G = 45.75%
B = 33.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#69EDB0 (or 0x69EDB0) is known color: Medium Aquamarine. HEX triplet: 69, ED and B0. RGB value is (105,237,176). Sum of RGB (Red+Green+Blue) = 105+237+176=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #69EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EDB0 is #96124F. Grayscale: #BEBEBE. Windows color (decimal): -9835088 or 11595113. OLE color: 11595113.

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

Color convert

RGB 105 237 176 -
CMYK 0.56 0 0.26 0.07
HSL 152.27º 0.79% 0.67% -
HSV(B) 152.27º 0.56% 0.93% -
XYZ 43.95 66.71 51.63 -
YUV 190.58 119.77 66.96 -
System Red Green Blue C M Y K H S L
Decimal 105 237 176 0.56 0 0.26 0.07 152.27 0.79 0.67
Hex 69 ED B0 38 0 1A 7 98 4F 43
Octal 151 355 260 70 0 32 7 230 117 103
Binary 1101001 11101101 10110000 111000 0 11010 111 10011000 1001111 1000011

Color Harmonies of #69EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EDB0

Black with #69EDB0

Text Example


Text Example

White with #69EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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