Html Css Color HEX #8CEDDD Aquamarine

📋 copy color: '#8CEDDD'

red 140 ◦ green 237 ◦ blue 221

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

Shades of Aquamarine #8CEDDD

Tints of Aquamarine #8CEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.63%

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 23.41%
G = 39.63%
B = 36.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#8CEDDD (or 0x8CEDDD) is known color: Aquamarine. HEX triplet: 8C, ED and DD. RGB value is (140,237,221). Sum of RGB (Red+Green+Blue) = 140+237+221=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDDD is #731222. Grayscale: #CECECE. Windows color (decimal): -7541283 or 14544268. OLE color: 14544268.

HSL color Cylindrical-coordinate representation of color #8CEDDD: hue angle of 170.1º degrees, saturation: 0.73, 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 #8CEDDD is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 237 221 -
CMYK 0.41 0 0.07 0.07
HSL 170.1º 0.73% 0.74% -
HSV(B) 170.1º 0.41% 0.93% -
XYZ 54.15 71.36 79.33 -
YUV 206.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 140 237 221 0.41 0 0.07 0.07 170.1 0.73 0.74
Hex 8C ED DD 29 0 7 7 AA 49 4A
Octal 214 355 335 51 0 7 7 252 111 112
Binary 10001100 11101101 11011101 101001 0 111 111 10101010 1001001 1001010

Color Harmonies of #8CEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEDDD

Black with #8CEDDD

Text Example


Text Example

White with #8CEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,237,221); }

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

background-color css

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

 a { background-color: rgb(140,237,221); }

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

border-color css

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

 span { border-color: rgb(140,237,221); }

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