Html Css Color HEX #8CEDDF Aquamarine

📋 copy color: '#8CEDDF'

red 140 ◦ green 237 ◦ blue 223

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

Shades of Aquamarine #8CEDDF

Tints of Aquamarine #8CEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 23.33%
G = 39.5%
B = 37.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#8CEDDF (or 0x8CEDDF) is known color: Aquamarine. HEX triplet: 8C, ED and DF. RGB value is (140,237,223). Sum of RGB (Red+Green+Blue) = 140+237+223=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDDF is #731220. Grayscale: #CECECE. Windows color (decimal): -7541281 or 14675340. OLE color: 14675340.

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

Color convert

RGB 140 237 223 -
CMYK 0.41 0 0.06 0.07
HSL 171.34º 0.73% 0.74% -
HSV(B) 171.34º 0.41% 0.93% -
XYZ 54.42 71.47 80.74 -
YUV 206.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 140 237 223 0.41 0 0.06 0.07 171.34 0.73 0.74
Hex 8C ED DF 29 0 6 7 AB 49 4A
Octal 214 355 337 51 0 6 7 253 111 112
Binary 10001100 11101101 11011111 101001 0 110 111 10101011 1001001 1001010

Color Harmonies of #8CEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEDDF

Black with #8CEDDF

Text Example


Text Example

White with #8CEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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