Html Css Color HEX #8CFFCC Aquamarine

📋 copy color: '#8CFFCC'

red 140 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #8CFFCC

Tints of Aquamarine #8CFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 42.57%

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 23.37%
G = 42.57%
B = 34.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#8CFFCC (or 0x8CFFCC) is known color: Aquamarine. HEX triplet: 8C, FF and CC. RGB value is (140,255,204). Sum of RGB (Red+Green+Blue) = 140+255+204=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFCC is #730033. Grayscale: #D6D6D6. Windows color (decimal): -7536692 or 13434764. OLE color: 13434764.

HSL color Cylindrical-coordinate representation of color #8CFFCC: hue angle of 153.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFCC is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 140 255 204 -
CMYK 0.45 0 0.2 0
HSL 153.39º 1% 0.77% -
HSV(B) 153.39º 0.45% 1% -
XYZ 57.47 81.46 69.82 -
YUV 214.8 121.9 74.65 -
System Red Green Blue C M Y K H S L
Decimal 140 255 204 0.45 0 0.2 0 153.39 1 0.77
Hex 8C FF CC 2D 0 14 0 99 64 4D
Octal 214 377 314 55 0 24 0 231 144 115
Binary 10001100 11111111 11001100 101101 0 10100 0 10011001 1100100 1001101

Color Harmonies of #8CFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFFCC

Black with #8CFFCC

Text Example


Text Example

White with #8CFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,255,204); }

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

background-color css

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

 a { background-color: rgb(140,255,204); }

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

border-color css

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

 span { border-color: rgb(140,255,204); }

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