#76F5F3

Color #76F5F3 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #76F5F3

Tints of Electric Blue #76F5F3

Color information

#76F5F3 (or 0x76F5F3) is unknown color: approx Electric Blue. HEX triplet: 76, F5 and F3. RGB value is (118,245,243). Sum of RGB (Red+Green+Blue) = 118+245+243=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #76F5F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F5F3 is #890A0C. Grayscale: #CECECE. Windows color (decimal): -8981005 or 15988086. OLE color: 15988086.

HSL color Cylindrical-coordinate representation of color #76F5F3: hue angle of 179.06º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F5F3 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB118245243-
CMYK0.5200.010.04
HSL179.06º86.39%71.18%-
HSV(B)179.06º51.84%96.08%-
XYZ56.375.6396.42-
YUV206.8148.4264.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.47%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=19.47%
G=40.43%
B=40.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1182452430.5200.010.04179.0686.3971.18
Hex76F5F334014b35647
Octal16636536364014263126107
Binary11101101111010111110011110100011001011001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F5F3; }

 p { color: rgb(118,245,243); }

 H1.HeaderClassName
 {
   color: #76F5F3;
 }
 .AnyTagClassName
 {
   color: #76F5F3;
 }
</style>
background-color css

<style>
 a { background-color: #76F5F3; }

 a { background-color: rgb(118,245,243); }

 div.DivClassName
 {
   background-color: #76F5F3;
 }
 .BgClassName
 {
   background-color: #76F5F3;
 }
</style>
border-color css

<style>
 span { border-color: #76F5F3; }

 span { border-color: rgb(118,245,243); }

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