Html Css Color HEX #EAFA80 Tidal

📋 copy color: '#EAFA80'

red 234 ◦ green 250 ◦ blue 128

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

Shades of Tidal #EAFA80

Tints of Tidal #EAFA80

RGB

 RED value IS 234 (91.8% from 255) = 38.24%

 GREEN value IS 250 (98.05% from 255) = 40.85%

 BLUE value IS 128 (50.39% from 255) = 20.92%

R = 38.24%
G = 40.85%
B = 20.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#EAFA80 (or 0xEAFA80) is known color: Tidal. HEX triplet: EA, FA and 80. RGB value is (234,250,128). Sum of RGB (Red+Green+Blue) = 234+250+128=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA80 is #15057F. Grayscale: #E7E7E7. Windows color (decimal): -1377664 or 8452842. OLE color: 8452842.

HSL color Cylindrical-coordinate representation of color #EAFA80: hue angle of 67.87º degrees, saturation: 0.92, 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 #EAFA80 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 250 128 -
CMYK 0.06 0 0.49 0.02
HSL 67.87º 0.92% 0.74% -
HSV(B) 67.87º 0.49% 0.98% -
XYZ 72.01 87.42 33.5 -
YUV 231.31 69.7 129.92 -
System Red Green Blue C M Y K H S L
Decimal 234 250 128 0.06 0 0.49 0.02 67.87 0.92 0.74
Hex EA FA 80 6 0 31 2 44 5C 4A
Octal 352 372 200 6 0 61 2 104 134 112
Binary 11101010 11111010 10000000 110 0 110001 10 1000100 1011100 1001010

Color Harmonies of #EAFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFA80

Black with #EAFA80

Text Example


Text Example

White with #EAFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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