Html Css Color HEX #76F5F2 Electric Blue

📋 copy color: '#76F5F2'

red 118 ◦ green 245 ◦ blue 242

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

Shades of Electric Blue #76F5F2

Tints of Electric Blue #76F5F2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

 BLUE value IS 242 (94.92% from 255) = 40%

R = 19.5%
G = 40.5%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#76F5F2 (or 0x76F5F2) is known color: Electric Blue. HEX triplet: 76, F5 and F2. RGB value is (118,245,242). Sum of RGB (Red+Green+Blue) = 118+245+242=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #76F5F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F5F2 is #890A0D. Grayscale: #CECECE. Windows color (decimal): -8981006 or 15922550. OLE color: 15922550.

HSL color Cylindrical-coordinate representation of color #76F5F2: hue angle of 178.58º 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 #76F5F2 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 245 242 -
CMYK 0.52 0 0.01 0.04
HSL 178.58º 0.86% 0.71% -
HSV(B) 178.58º 0.52% 0.96% -
XYZ 56.15 75.57 95.63 -
YUV 206.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 118 245 242 0.52 0 0.01 0.04 178.58 0.86 0.71
Hex 76 F5 F2 34 0 1 4 B3 56 47
Octal 166 365 362 64 0 1 4 263 126 107
Binary 1110110 11110101 11110010 110100 0 1 100 10110011 1010110 1000111

Color Harmonies of #76F5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F5F2

Black with #76F5F2

Text Example


Text Example

White with #76F5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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