Html Css Color HEX #69CEA8 Medium Aquamarine

📋 copy color: '#69CEA8'

red 105 ◦ green 206 ◦ blue 168

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

Shades of Medium Aquamarine #69CEA8

Tints of Medium Aquamarine #69CEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 21.92%
G = 43.01%
B = 35.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#69CEA8 (or 0x69CEA8) is known color: Medium Aquamarine. HEX triplet: 69, CE and A8. RGB value is (105,206,168). Sum of RGB (Red+Green+Blue) = 105+206+168=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CEA8 is #963157. Grayscale: #ABABAB. Windows color (decimal): -9843032 or 11062889. OLE color: 11062889.

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

Color convert

RGB 105 206 168 -
CMYK 0.49 0 0.18 0.19
HSL 157.43º 0.51% 0.61% -
HSV(B) 157.43º 0.49% 0.81% -
XYZ 34.96 49.97 44.85 -
YUV 171.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 105 206 168 0.49 0 0.18 0.19 157.43 0.51 0.61
Hex 69 CE A8 31 0 12 13 9D 33 3D
Octal 151 316 250 61 0 22 23 235 63 75
Binary 1101001 11001110 10101000 110001 0 10010 10011 10011101 110011 111101

Color Harmonies of #69CEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CEA8

Black with #69CEA8

Text Example


Text Example

White with #69CEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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