Html Css Color HEX #8CFCC4 Aquamarine

📋 copy color: '#8CFCC4'

red 140 ◦ green 252 ◦ blue 196

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

Shades of Aquamarine #8CFCC4

Tints of Aquamarine #8CFCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.33%

R = 23.81%
G = 42.86%
B = 33.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#8CFCC4 (or 0x8CFCC4) is known color: Aquamarine. HEX triplet: 8C, FC and C4. RGB value is (140,252,196). Sum of RGB (Red+Green+Blue) = 140+252+196=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCC4 is #73033B. Grayscale: #D4D4D4. Windows color (decimal): -7537468 or 12909708. OLE color: 12909708.

HSL color Cylindrical-coordinate representation of color #8CFCC4: hue angle of 150º 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 #8CFCC4 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 196 -
CMYK 0.44 0 0.22 0.01
HSL 150º 0.95% 0.77% -
HSV(B) 150º 0.44% 0.99% -
XYZ 55.59 79.18 64.58 -
YUV 212.13 118.89 76.55 -
System Red Green Blue C M Y K H S L
Decimal 140 252 196 0.44 0 0.22 0.01 150 0.95 0.77
Hex 8C FC C4 2C 0 16 1 96 5F 4D
Octal 214 374 304 54 0 26 1 226 137 115
Binary 10001100 11111100 11000100 101100 0 10110 1 10010110 1011111 1001101

Color Harmonies of #8CFCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCC4

Black with #8CFCC4

Text Example


Text Example

White with #8CFCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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