Html Css Color HEX #69DAB0 Medium Aquamarine

📋 copy color: '#69DAB0'

red 105 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #69DAB0

Tints of Medium Aquamarine #69DAB0

RGB

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

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

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

R = 21.04%
G = 43.69%
B = 35.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#69DAB0 (or 0x69DAB0) is known color: Medium Aquamarine. HEX triplet: 69, DA and B0. RGB value is (105,218,176). Sum of RGB (Red+Green+Blue) = 105+218+176=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DAB0 is #96254F. Grayscale: #B3B3B3. Windows color (decimal): -9839952 or 11590249. OLE color: 11590249.

HSL color Cylindrical-coordinate representation of color #69DAB0: hue angle of 157.7º 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 #69DAB0 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 218 176 -
CMYK 0.52 0 0.19 0.15
HSL 157.7º 0.6% 0.63% -
HSV(B) 157.7º 0.52% 0.85% -
XYZ 38.73 56.28 49.9 -
YUV 179.43 126.06 74.92 -
System Red Green Blue C M Y K H S L
Decimal 105 218 176 0.52 0 0.19 0.15 157.7 0.6 0.63
Hex 69 DA B0 34 0 13 F 9E 3C 3F
Octal 151 332 260 64 0 23 17 236 74 77
Binary 1101001 11011010 10110000 110100 0 10011 1111 10011110 111100 111111

Color Harmonies of #69DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DAB0

Black with #69DAB0

Text Example


Text Example

White with #69DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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