Html Css Color HEX #8CF2CE Aquamarine

📋 copy color: '#8CF2CE'

red 140 ◦ green 242 ◦ blue 206

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

Shades of Aquamarine #8CF2CE

Tints of Aquamarine #8CF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.16%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 23.81%
G = 41.16%
B = 35.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#8CF2CE (or 0x8CF2CE) is known color: Aquamarine. HEX triplet: 8C, F2 and CE. RGB value is (140,242,206). Sum of RGB (Red+Green+Blue) = 140+242+206=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2CE is #730D31. Grayscale: #CFCFCF. Windows color (decimal): -7540018 or 13562508. OLE color: 13562508.

HSL color Cylindrical-coordinate representation of color #8CF2CE: hue angle of 158.82º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF2CE is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 242 206 -
CMYK 0.42 0 0.15 0.05
HSL 158.82º 0.8% 0.75% -
HSV(B) 158.82º 0.42% 0.95% -
XYZ 53.71 73.54 69.76 -
YUV 207.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 140 242 206 0.42 0 0.15 0.05 158.82 0.8 0.75
Hex 8C F2 CE 2A 0 F 5 9F 50 4B
Octal 214 362 316 52 0 17 5 237 120 113
Binary 10001100 11110010 11001110 101010 0 1111 101 10011111 1010000 1001011

Color Harmonies of #8CF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF2CE

Black with #8CF2CE

Text Example


Text Example

White with #8CF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,242,206); }

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

background-color css

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

 a { background-color: rgb(140,242,206); }

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

border-color css

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

 span { border-color: rgb(140,242,206); }

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