Html Css Color HEX #69CCA9 Medium Aquamarine

📋 copy color: '#69CCA9'

red 105 ◦ green 204 ◦ blue 169

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

Shades of Medium Aquamarine #69CCA9

Tints of Medium Aquamarine #69CCA9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 169 (66.41% from 255) = 35.36%

R = 21.97%
G = 42.68%
B = 35.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#69CCA9 (or 0x69CCA9) is known color: Medium Aquamarine. HEX triplet: 69, CC and A9. RGB value is (105,204,169). Sum of RGB (Red+Green+Blue) = 105+204+169=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #69CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CCA9 is #963356. Grayscale: #AAAAAA. Windows color (decimal): -9843543 or 11127913. OLE color: 11127913.

HSL color Cylindrical-coordinate representation of color #69CCA9: hue angle of 158.79º degrees, saturation: 0.49, 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 #69CCA9 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 204 169 -
CMYK 0.49 0 0.17 0.2
HSL 158.79º 0.49% 0.61% -
HSV(B) 158.79º 0.49% 0.8% -
XYZ 34.58 49.05 45.18 -
YUV 170.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 105 204 169 0.49 0 0.17 0.2 158.79 0.49 0.61
Hex 69 CC A9 31 0 11 14 9F 31 3D
Octal 151 314 251 61 0 21 24 237 61 75
Binary 1101001 11001100 10101001 110001 0 10001 10100 10011111 110001 111101

Color Harmonies of #69CCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CCA9

Black with #69CCA9

Text Example


Text Example

White with #69CCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,204,169); }

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

background-color css

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

 a { background-color: rgb(105,204,169); }

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

border-color css

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

 span { border-color: rgb(105,204,169); }

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