Html Css Color HEX #69CDA6 Medium Aquamarine

📋 copy color: '#69CDA6'

red 105 ◦ green 205 ◦ blue 166

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

Shades of Medium Aquamarine #69CDA6

Tints of Medium Aquamarine #69CDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 22.06%
G = 43.07%
B = 34.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#69CDA6 (or 0x69CDA6) is known color: Medium Aquamarine. HEX triplet: 69, CD and A6. RGB value is (105,205,166). Sum of RGB (Red+Green+Blue) = 105+205+166=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDA6 is #963259. Grayscale: #AAAAAA. Windows color (decimal): -9843290 or 10931561. OLE color: 10931561.

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

Color convert

RGB 105 205 166 -
CMYK 0.49 0 0.19 0.20
HSL 156.6º 0.5% 0.61% -
HSV(B) 156.6º 0.49% 0.8% -
XYZ 34.54 49.42 43.79 -
YUV 170.65 125.37 81.17 -
System Red Green Blue C M Y K H S L
Decimal 105 205 166 0.49 0 0.19 0.20 156.6 0.5 0.61
Hex 69 CD A6 31 0 13 14 9D 32 3D
Octal 151 315 246 61 0 23 24 235 62 75
Binary 1101001 11001101 10100110 110001 0 10011 10100 10011101 110010 111101

Color Harmonies of #69CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDA6

Black with #69CDA6

Text Example


Text Example

White with #69CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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