Html Css Color HEX #8CFEB5 Aquamarine

📋 copy color: '#8CFEB5'

red 140 ◦ green 254 ◦ blue 181

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

Shades of Aquamarine #8CFEB5

Tints of Aquamarine #8CFEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.48%

R = 24.35%
G = 44.17%
B = 31.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#8CFEB5 (or 0x8CFEB5) is known color: Aquamarine. HEX triplet: 8C, FE and B5. RGB value is (140,254,181). Sum of RGB (Red+Green+Blue) = 140+254+181=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEB5 is #73014A. Grayscale: #D3D3D3. Windows color (decimal): -7536971 or 11927180. OLE color: 11927180.

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

Color convert

RGB 140 254 181 -
CMYK 0.45 0 0.29 0.00
HSL 141.58º 0.98% 0.77% -
HSV(B) 141.58º 0.45% 1% -
XYZ 54.6 79.8 56.24 -
YUV 211.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 140 254 181 0.45 0 0.29 0.00 141.58 0.98 0.77
Hex 8C FE B5 2D 0 1D 0 8E 62 4D
Octal 214 376 265 55 0 35 0 216 142 115
Binary 10001100 11111110 10110101 101101 0 11101 0 10001110 1100010 1001101

Color Harmonies of #8CFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFEB5

Black with #8CFEB5

Text Example


Text Example

White with #8CFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,254,181); }

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

background-color css

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

 a { background-color: rgb(140,254,181); }

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

border-color css

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

 span { border-color: rgb(140,254,181); }

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