Html Css Color HEX #69CEAB Medium Aquamarine

📋 copy color: '#69CEAB'

red 105 ◦ green 206 ◦ blue 171

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

Shades of Medium Aquamarine #69CEAB

Tints of Medium Aquamarine #69CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 21.78%
G = 42.74%
B = 35.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#69CEAB (or 0x69CEAB) is known color: Medium Aquamarine. HEX triplet: 69, CE and AB. RGB value is (105,206,171). Sum of RGB (Red+Green+Blue) = 105+206+171=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CEAB is #963154. Grayscale: #ABABAB. Windows color (decimal): -9843029 or 11259497. OLE color: 11259497.

HSL color Cylindrical-coordinate representation of color #69CEAB: hue angle of 159.21º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CEAB is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 206 171 -
CMYK 0.49 0 0.17 0.19
HSL 159.21º 0.51% 0.61% -
HSV(B) 159.21º 0.49% 0.81% -
XYZ 35.25 50.09 46.34 -
YUV 171.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 105 206 171 0.49 0 0.17 0.19 159.21 0.51 0.61
Hex 69 CE AB 31 0 11 13 9F 33 3D
Octal 151 316 253 61 0 21 23 237 63 75
Binary 1101001 11001110 10101011 110001 0 10001 10011 10011111 110011 111101

Color Harmonies of #69CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CEAB

Black with #69CEAB

Text Example


Text Example

White with #69CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,206,171); }

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

background-color css

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

 a { background-color: rgb(105,206,171); }

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

border-color css

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

 span { border-color: rgb(105,206,171); }

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