Html Css Color HEX #69D3B2 Medium Aquamarine

📋 copy color: '#69D3B2'

red 105 ◦ green 211 ◦ blue 178

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

Shades of Medium Aquamarine #69D3B2

Tints of Medium Aquamarine #69D3B2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

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

R = 21.26%
G = 42.71%
B = 36.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#69D3B2 (or 0x69D3B2) is known color: Medium Aquamarine. HEX triplet: 69, D3 and B2. RGB value is (105,211,178). Sum of RGB (Red+Green+Blue) = 105+211+178=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #69D3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D3B2 is #962C4D. Grayscale: #AFAFAF. Windows color (decimal): -9841742 or 11719529. OLE color: 11719529.

HSL color Cylindrical-coordinate representation of color #69D3B2: hue angle of 161.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D3B2 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 211 178 -
CMYK 0.50 0 0.16 0.17
HSL 161.32º 0.55% 0.62% -
HSV(B) 161.32º 0.5% 0.83% -
XYZ 37.16 52.81 50.35 -
YUV 175.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 105 211 178 0.50 0 0.16 0.17 161.32 0.55 0.62
Hex 69 D3 B2 32 0 10 11 A1 37 3E
Octal 151 323 262 62 0 20 21 241 67 76
Binary 1101001 11010011 10110010 110010 0 10000 10001 10100001 110111 111110

Color Harmonies of #69D3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D3B2

Black with #69D3B2

Text Example


Text Example

White with #69D3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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