#EAFB80

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

Shades of Tidal #EAFB80

Tints of Tidal #EAFB80

Color information

#EAFB80 (or 0xEAFB80) is unknown color: approx Tidal. HEX triplet: EA, FB and 80. RGB value is (234,251,128). Sum of RGB (Red+Green+Blue) = 234+251+128=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB80 is #15047F. Grayscale: #E8E8E8. Windows color (decimal): -1377408 or 8453098. OLE color: 8453098.

HSL color Cylindrical-coordinate representation of color #EAFB80: hue angle of 68.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAFB80 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB234251128-
CMYK0.0700.490.02
HSL68.29º93.89%74.31%-
HSV(B)68.29º49%98.43%-
XYZ72.3388.0533.6-
YUV231.969.37129.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=38.17%
G=40.95%
B=20.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511280.0700.490.0268.2993.8974.31
HexEAFB8070312445e4a
Octal35237320070612104136112
Binary111010101111101110000000111011000110100010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB80; }

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

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

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

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

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

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

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

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