Html Css Color HEX #69DAB2 Medium Aquamarine

📋 copy color: '#69DAB2'

red 105 ◦ green 218 ◦ blue 178

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

Shades of Medium Aquamarine #69DAB2

Tints of Medium Aquamarine #69DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 20.96%
G = 43.51%
B = 35.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#69DAB2 (or 0x69DAB2) is known color: Medium Aquamarine. HEX triplet: 69, DA and B2. RGB value is (105,218,178). Sum of RGB (Red+Green+Blue) = 105+218+178=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DAB2 is #96254D. Grayscale: #B3B3B3. Windows color (decimal): -9839950 or 11721321. OLE color: 11721321.

HSL color Cylindrical-coordinate representation of color #69DAB2: hue angle of 158.76º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DAB2 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 218 178 -
CMYK 0.52 0 0.18 0.15
HSL 158.76º 0.6% 0.63% -
HSV(B) 158.76º 0.52% 0.85% -
XYZ 38.93 56.36 50.95 -
YUV 179.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 105 218 178 0.52 0 0.18 0.15 158.76 0.6 0.63
Hex 69 DA B2 34 0 12 F 9F 3C 3F
Octal 151 332 262 64 0 22 17 237 74 77
Binary 1101001 11011010 10110010 110100 0 10010 1111 10011111 111100 111111

Color Harmonies of #69DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DAB2

Black with #69DAB2

Text Example


Text Example

White with #69DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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