Html Css Color HEX #8FF2CC Aquamarine

📋 copy color: '#8FF2CC'

red 143 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #8FF2CC

Tints of Aquamarine #8FF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

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

R = 24.28%
G = 41.09%
B = 34.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#8FF2CC (or 0x8FF2CC) is known color: Aquamarine. HEX triplet: 8F, F2 and CC. RGB value is (143,242,204). Sum of RGB (Red+Green+Blue) = 143+242+204=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2CC is #700D33. Grayscale: #D0D0D0. Windows color (decimal): -7343412 or 13431439. OLE color: 13431439.

HSL color Cylindrical-coordinate representation of color #8FF2CC: hue angle of 156.97º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2CC is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 242 204 -
CMYK 0.41 0 0.16 0.05
HSL 156.97º 0.79% 0.75% -
HSV(B) 156.97º 0.41% 0.95% -
XYZ 53.98 73.7 68.51 -
YUV 208.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 143 242 204 0.41 0 0.16 0.05 156.97 0.79 0.75
Hex 8F F2 CC 29 0 10 5 9D 4F 4B
Octal 217 362 314 51 0 20 5 235 117 113
Binary 10001111 11110010 11001100 101001 0 10000 101 10011101 1001111 1001011

Color Harmonies of #8FF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF2CC

Black with #8FF2CC

Text Example


Text Example

White with #8FF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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