Html Css Color HEX #76F2F1 Electric Blue

📋 copy color: '#76F2F1'

red 118 ◦ green 242 ◦ blue 241

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

Shades of Electric Blue #76F2F1

Tints of Electric Blue #76F2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 19.63%
G = 40.27%
B = 40.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#76F2F1 (or 0x76F2F1) is known color: Electric Blue. HEX triplet: 76, F2 and F1. RGB value is (118,242,241). Sum of RGB (Red+Green+Blue) = 118+242+241=601 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.63% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2F1 is #890D0E. Grayscale: #CCCCCC. Windows color (decimal): -8981775 or 15856246. OLE color: 15856246.

HSL color Cylindrical-coordinate representation of color #76F2F1: hue angle of 179.52º 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 #76F2F1 is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 242 241 -
CMYK 0.51 0 0.00 0.05
HSL 179.52º 0.83% 0.71% -
HSV(B) 179.52º 0.51% 0.95% -
XYZ 55.1 73.71 94.54 -
YUV 204.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 118 242 241 0.51 0 0.00 0.05 179.52 0.83 0.71
Hex 76 F2 F1 33 0 0 5 B4 53 47
Octal 166 362 361 63 0 0 5 264 123 107
Binary 1110110 11110010 11110001 110011 0 0 101 10110100 1010011 1000111

Color Harmonies of #76F2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2F1

Black with #76F2F1

Text Example


Text Example

White with #76F2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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