Html Css Color HEX #8CFCE2 Aquamarine

📋 copy color: '#8CFCE2'

red 140 ◦ green 252 ◦ blue 226

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

Shades of Aquamarine #8CFCE2

Tints of Aquamarine #8CFCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.78%

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 22.65%
G = 40.78%
B = 36.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#8CFCE2 (or 0x8CFCE2) is known color: Aquamarine. HEX triplet: 8C, FC and E2. RGB value is (140,252,226). Sum of RGB (Red+Green+Blue) = 140+252+226=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCE2 is #73031D. Grayscale: #D7D7D7. Windows color (decimal): -7537438 or 14875788. OLE color: 14875788.

HSL color Cylindrical-coordinate representation of color #8CFCE2: hue angle of 166.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCE2 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 226 -
CMYK 0.44 0 0.10 0.01
HSL 166.07º 0.95% 0.77% -
HSV(B) 166.07º 0.44% 0.99% -
XYZ 59.35 80.69 84.4 -
YUV 215.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 140 252 226 0.44 0 0.10 0.01 166.07 0.95 0.77
Hex 8C FC E2 2C 0 A 1 A6 5F 4D
Octal 214 374 342 54 0 12 1 246 137 115
Binary 10001100 11111100 11100010 101100 0 1010 1 10100110 1011111 1001101

Color Harmonies of #8CFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCE2

Black with #8CFCE2

Text Example


Text Example

White with #8CFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,252,226); }

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

background-color css

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

 a { background-color: rgb(140,252,226); }

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

border-color css

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

 span { border-color: rgb(140,252,226); }

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