Html Css Color HEX #8CFFB9 Aquamarine

📋 copy color: '#8CFFB9'

red 140 ◦ green 255 ◦ blue 185

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

Shades of Aquamarine #8CFFB9

Tints of Aquamarine #8CFFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 24.14%
G = 43.97%
B = 31.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#8CFFB9 (or 0x8CFFB9) is known color: Aquamarine. HEX triplet: 8C, FF and B9. RGB value is (140,255,185). Sum of RGB (Red+Green+Blue) = 140+255+185=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFB9 is #730046. Grayscale: #D4D4D4. Windows color (decimal): -7536711 or 12189580. OLE color: 12189580.

HSL color Cylindrical-coordinate representation of color #8CFFB9: hue angle of 143.48º 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 #8CFFB9 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 140 255 185 -
CMYK 0.45 0 0.27 0
HSL 143.48º 1% 0.77% -
HSV(B) 143.48º 0.45% 1% -
XYZ 55.33 80.6 58.54 -
YUV 212.64 112.4 76.19 -
System Red Green Blue C M Y K H S L
Decimal 140 255 185 0.45 0 0.27 0 143.48 1 0.77
Hex 8C FF B9 2D 0 1B 0 8F 64 4D
Octal 214 377 271 55 0 33 0 217 144 115
Binary 10001100 11111111 10111001 101101 0 11011 0 10001111 1100100 1001101

Color Harmonies of #8CFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFFB9

Black with #8CFFB9

Text Example


Text Example

White with #8CFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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