Html Css Color HEX #8FFFCC Aquamarine

📋 copy color: '#8FFFCC'

red 143 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #8FFFCC

Tints of Aquamarine #8FFFCC

RGB

 RED value IS 143 (56.25% from 255) = 23.75%

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

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

R = 23.75%
G = 42.36%
B = 33.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#8FFFCC (or 0x8FFFCC) is known color: Aquamarine. HEX triplet: 8F, FF and CC. RGB value is (143,255,204). Sum of RGB (Red+Green+Blue) = 143+255+204=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFCC is #700033. Grayscale: #D7D7D7. Windows color (decimal): -7340084 or 13434767. OLE color: 13434767.

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

Color convert

RGB 143 255 204 -
CMYK 0.44 0 0.2 0
HSL 152.68º 1% 0.78% -
HSV(B) 152.68º 0.44% 1% -
XYZ 57.99 81.72 69.84 -
YUV 215.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 143 255 204 0.44 0 0.2 0 152.68 1 0.78
Hex 8F FF CC 2C 0 14 0 99 64 4E
Octal 217 377 314 54 0 24 0 231 144 116
Binary 10001111 11111111 11001100 101100 0 10100 0 10011001 1100100 1001110

Color Harmonies of #8FFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFFCC

Black with #8FFFCC

Text Example


Text Example

White with #8FFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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