Html Css Color HEX #8CEEDC Aquamarine

📋 copy color: '#8CEEDC'

red 140 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #8CEEDC

Tints of Aquamarine #8CEEDC

RGB

 RED value IS 140 (55.08% from 255) = 23.41%

 GREEN value IS 238 (93.36% from 255) = 39.8%

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 23.41%
G = 39.8%
B = 36.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#8CEEDC (or 0x8CEEDC) is known color: Aquamarine. HEX triplet: 8C, EE and DC. RGB value is (140,238,220). Sum of RGB (Red+Green+Blue) = 140+238+220=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEDC is #731123. Grayscale: #CECECE. Windows color (decimal): -7541028 or 14478988. OLE color: 14478988.

HSL color Cylindrical-coordinate representation of color #8CEEDC: hue angle of 168.98º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEDC is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 238 220 -
CMYK 0.41 0 0.08 0.07
HSL 168.98º 0.74% 0.74% -
HSV(B) 168.98º 0.41% 0.93% -
XYZ 54.31 71.89 78.72 -
YUV 206.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 140 238 220 0.41 0 0.08 0.07 168.98 0.74 0.74
Hex 8C EE DC 29 0 8 7 A9 4A 4A
Octal 214 356 334 51 0 10 7 251 112 112
Binary 10001100 11101110 11011100 101001 0 1000 111 10101001 1001010 1001010

Color Harmonies of #8CEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEEDC

Black with #8CEEDC

Text Example


Text Example

White with #8CEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CEEDC; }

 p { color: rgb(140,238,220); }

 H1.HeaderClassName
 {
   color: #8CEEDC;
 }
 .AnyTagClassName
 {
   color: #8CEEDC;
 }
</style>

background-color css

<style>
 a { background-color: #8CEEDC; }

 a { background-color: rgb(140,238,220); }

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

border-color css

<style>
 span { border-color: #8CEEDC; }

 span { border-color: rgb(140,238,220); }

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