Html Css Color HEX #76F2F0 Electric Blue

📋 copy color: '#76F2F0'

red 118 ◦ green 242 ◦ blue 240

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

Shades of Electric Blue #76F2F0

Tints of Electric Blue #76F2F0

RGB

 RED value IS 118 (46.48% from 255) = 19.67%

 GREEN value IS 242 (94.92% from 255) = 40.33%

 BLUE value IS 240 (94.14% from 255) = 40%

R = 19.67%
G = 40.33%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#76F2F0 (or 0x76F2F0) is known color: Electric Blue. HEX triplet: 76, F2 and F0. RGB value is (118,242,240). Sum of RGB (Red+Green+Blue) = 118+242+240=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2F0 is #890D0F. Grayscale: #CCCCCC. Windows color (decimal): -8981776 or 15790710. OLE color: 15790710.

HSL color Cylindrical-coordinate representation of color #76F2F0: hue angle of 179.03º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F2F0 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 242 240 -
CMYK 0.51 0 0.01 0.05
HSL 179.03º 0.83% 0.71% -
HSV(B) 179.03º 0.51% 0.95% -
XYZ 54.95 73.65 93.76 -
YUV 204.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 118 242 240 0.51 0 0.01 0.05 179.03 0.83 0.71
Hex 76 F2 F0 33 0 1 5 B3 53 47
Octal 166 362 360 63 0 1 5 263 123 107
Binary 1110110 11110010 11110000 110011 0 1 101 10110011 1010011 1000111

Color Harmonies of #76F2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2F0

Black with #76F2F0

Text Example


Text Example

White with #76F2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,242,240); }

 H1.HeaderClassName
 {
   color: #76F2F0;
 }
 .AnyTagClassName
 {
   color: #76F2F0;
 }
</style>

background-color css

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

 a { background-color: rgb(118,242,240); }

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

border-color css

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

 span { border-color: rgb(118,242,240); }

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