Html Css Color HEX #8BFEC9 Aquamarine

📋 copy color: '#8BFEC9'

red 139 ◦ green 254 ◦ blue 201

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

Shades of Aquamarine #8BFEC9

Tints of Aquamarine #8BFEC9

RGB

 RED value IS 139 (54.69% from 255) = 23.4%

 GREEN value IS 254 (99.61% from 255) = 42.76%

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 23.4%
G = 42.76%
B = 33.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#8BFEC9 (or 0x8BFEC9) is known color: Aquamarine. HEX triplet: 8B, FE and C9. RGB value is (139,254,201). Sum of RGB (Red+Green+Blue) = 139+254+201=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEC9 is #740136. Grayscale: #D5D5D5. Windows color (decimal): -7602487 or 13237899. OLE color: 13237899.

HSL color Cylindrical-coordinate representation of color #8BFEC9: hue angle of 152.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFEC9 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 254 201 -
CMYK 0.45 0 0.21 0.00
HSL 152.35º 0.98% 0.77% -
HSV(B) 152.35º 0.45% 1% -
XYZ 56.63 80.59 67.83 -
YUV 213.57 120.9 74.81 -
System Red Green Blue C M Y K H S L
Decimal 139 254 201 0.45 0 0.21 0.00 152.35 0.98 0.77
Hex 8B FE C9 2D 0 15 0 98 62 4D
Octal 213 376 311 55 0 25 0 230 142 115
Binary 10001011 11111110 11001001 101101 0 10101 0 10011000 1100010 1001101

Color Harmonies of #8BFEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFEC9

Black with #8BFEC9

Text Example


Text Example

White with #8BFEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,254,201); }

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

background-color css

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

 a { background-color: rgb(139,254,201); }

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

border-color css

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

 span { border-color: rgb(139,254,201); }

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