Html Css Color HEX #69CDA0 Medium Aquamarine

📋 copy color: '#69CDA0'

red 105 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #69CDA0

Tints of Medium Aquamarine #69CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 22.34%
G = 43.62%
B = 34.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#69CDA0 (or 0x69CDA0) is known color: Medium Aquamarine. HEX triplet: 69, CD and A0. RGB value is (105,205,160). Sum of RGB (Red+Green+Blue) = 105+205+160=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDA0 is #96325F. Grayscale: #AAAAAA. Windows color (decimal): -9843296 or 10538345. OLE color: 10538345.

HSL color Cylindrical-coordinate representation of color #69CDA0: hue angle of 153º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CDA0 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 205 160 -
CMYK 0.49 0 0.22 0.20
HSL 153º 0.5% 0.61% -
HSV(B) 153º 0.49% 0.8% -
XYZ 34 49.2 40.96 -
YUV 169.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 105 205 160 0.49 0 0.22 0.20 153 0.5 0.61
Hex 69 CD A0 31 0 16 14 99 32 3D
Octal 151 315 240 61 0 26 24 231 62 75
Binary 1101001 11001101 10100000 110001 0 10110 10100 10011001 110010 111101

Color Harmonies of #69CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDA0

Black with #69CDA0

Text Example


Text Example

White with #69CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,205,160); }

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

background-color css

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

 a { background-color: rgb(105,205,160); }

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

border-color css

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

 span { border-color: rgb(105,205,160); }

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