Html Css Color HEX #8BFCE4 Aquamarine

📋 copy color: '#8BFCE4'

red 139 ◦ green 252 ◦ blue 228

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

Shades of Aquamarine #8BFCE4

Tints of Aquamarine #8BFCE4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.71%

 BLUE value IS 228 (89.45% from 255) = 36.83%

R = 22.46%
G = 40.71%
B = 36.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#8BFCE4 (or 0x8BFCE4) is known color: Aquamarine. HEX triplet: 8B, FC and E4. RGB value is (139,252,228). Sum of RGB (Red+Green+Blue) = 139+252+228=619 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.46% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCE4 is #74031B. Grayscale: #D7D7D7. Windows color (decimal): -7602972 or 15006859. OLE color: 15006859.

HSL color Cylindrical-coordinate representation of color #8BFCE4: hue angle of 167.26º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCE4 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 252 228 -
CMYK 0.45 0 0.10 0.01
HSL 167.26º 0.95% 0.77% -
HSV(B) 167.26º 0.45% 0.99% -
XYZ 59.46 80.71 85.84 -
YUV 215.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 139 252 228 0.45 0 0.10 0.01 167.26 0.95 0.77
Hex 8B FC E4 2D 0 A 1 A7 5F 4D
Octal 213 374 344 55 0 12 1 247 137 115
Binary 10001011 11111100 11100100 101101 0 1010 1 10100111 1011111 1001101

Color Harmonies of #8BFCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFCE4

Black with #8BFCE4

Text Example


Text Example

White with #8BFCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,252,228); }

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

background-color css

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

 a { background-color: rgb(139,252,228); }

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

border-color css

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

 span { border-color: rgb(139,252,228); }

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