#EAFF80

Color #EAFF80 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EAFF80

Tints of Tidal #EAFF80

Color information

#EAFF80 (or 0xEAFF80) is unknown color: approx Tidal. HEX triplet: EA, FF and 80. RGB value is (234,255,128). Sum of RGB (Red+Green+Blue) = 234+255+128=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF80 is #15007F. Grayscale: #EAEAEA. Windows color (decimal): -1376384 or 8454122. OLE color: 8454122.

HSL color Cylindrical-coordinate representation of color #EAFF80: hue angle of 69.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAFF80 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB234255128-
CMYK0.0800.500
HSL69.92º100%75.1%-
HSV(B)69.92º49.8%100%-
XYZ73.5990.5734.03-
YUV234.2468.04127.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 128 (50.39% from 255) = 20.75%
R=37.93%
G=41.33%
B=20.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551280.0800.50069.9210075.1
HexEAFF808032046644b
Octal352377200100620106144113
Binary111010101111111110000000100001100100100011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF80; }

 p { color: rgb(234,255,128); }

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

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

 a { background-color: rgb(234,255,128); }

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

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

 span { border-color: rgb(234,255,128); }

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