Html Css Color HEX #8FFCCC Aquamarine

📋 copy color: '#8FFCCC'

red 143 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #8FFCCC

Tints of Aquamarine #8FFCCC

RGB

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

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

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

R = 23.87%
G = 42.07%
B = 34.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#8FFCCC (or 0x8FFCCC) is known color: Aquamarine. HEX triplet: 8F, FC and CC. RGB value is (143,252,204). Sum of RGB (Red+Green+Blue) = 143+252+204=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCCC is #700333. Grayscale: #D6D6D6. Windows color (decimal): -7340852 or 13433999. OLE color: 13433999.

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

Color convert

RGB 143 252 204 -
CMYK 0.43 0 0.19 0.01
HSL 153.58º 0.95% 0.77% -
HSV(B) 153.58º 0.43% 0.99% -
XYZ 57.04 79.82 69.53 -
YUV 213.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 143 252 204 0.43 0 0.19 0.01 153.58 0.95 0.77
Hex 8F FC CC 2B 0 13 1 9A 5F 4D
Octal 217 374 314 53 0 23 1 232 137 115
Binary 10001111 11111100 11001100 101011 0 10011 1 10011010 1011111 1001101

Color Harmonies of #8FFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCCC

Black with #8FFCCC

Text Example


Text Example

White with #8FFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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