Html Css Color HEX #69EDB2 Medium Aquamarine

📋 copy color: '#69EDB2'

red 105 ◦ green 237 ◦ blue 178

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

Shades of Medium Aquamarine #69EDB2

Tints of Medium Aquamarine #69EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 20.19%
G = 45.58%
B = 34.23%

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

#69EDB2 (or 0x69EDB2) is known color: Medium Aquamarine. HEX triplet: 69, ED and B2. RGB value is (105,237,178). Sum of RGB (Red+Green+Blue) = 105+237+178=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #69EDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EDB2 is #96124D. Grayscale: #BEBEBE. Windows color (decimal): -9835086 or 11726185. OLE color: 11726185.

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

Color convert

RGB 105 237 178 -
CMYK 0.56 0 0.25 0.07
HSL 153.18º 0.79% 0.67% -
HSV(B) 153.18º 0.56% 0.93% -
XYZ 44.15 66.79 52.68 -
YUV 190.81 120.77 66.8 -
System Red Green Blue C M Y K H S L
Decimal 105 237 178 0.56 0 0.25 0.07 153.18 0.79 0.67
Hex 69 ED B2 38 0 19 7 99 4F 43
Octal 151 355 262 70 0 31 7 231 117 103
Binary 1101001 11101101 10110010 111000 0 11001 111 10011001 1001111 1000011

Color Harmonies of #69EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EDB2

Black with #69EDB2

Text Example


Text Example

White with #69EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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