Html Css Color HEX #8CF9CC Aquamarine

📋 copy color: '#8CF9CC'

red 140 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #8CF9CC

Tints of Aquamarine #8CF9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.99%

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

R = 23.61%
G = 41.99%
B = 34.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#8CF9CC (or 0x8CF9CC) is known color: Aquamarine. HEX triplet: 8C, F9 and CC. RGB value is (140,249,204). Sum of RGB (Red+Green+Blue) = 140+249+204=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9CC is #730633. Grayscale: #D3D3D3. Windows color (decimal): -7538228 or 13433228. OLE color: 13433228.

HSL color Cylindrical-coordinate representation of color #8CF9CC: hue angle of 155.23º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF9CC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 249 204 -
CMYK 0.44 0 0.18 0.02
HSL 155.23º 0.9% 0.76% -
HSV(B) 155.23º 0.44% 0.98% -
XYZ 55.59 77.69 69.19 -
YUV 211.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 140 249 204 0.44 0 0.18 0.02 155.23 0.9 0.76
Hex 8C F9 CC 2C 0 12 2 9B 5A 4C
Octal 214 371 314 54 0 22 2 233 132 114
Binary 10001100 11111001 11001100 101100 0 10010 10 10011011 1011010 1001100

Color Harmonies of #8CF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF9CC

Black with #8CF9CC

Text Example


Text Example

White with #8CF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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