Html Css Color HEX #BEFFB4 Tea Green

📋 copy color: '#BEFFB4'

red 190 ◦ green 255 ◦ blue 180

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

Shades of Tea Green #BEFFB4

Tints of Tea Green #BEFFB4

RGB

 RED value IS 190 (74.61% from 255) = 30.4%

 GREEN value IS 255 (100% from 255) = 40.8%

 BLUE value IS 180 (70.7% from 255) = 28.8%

R = 30.4%
G = 40.8%
B = 28.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#BEFFB4 (or 0xBEFFB4) is known color: Tea Green. HEX triplet: BE, FF and B4. RGB value is (190,255,180). Sum of RGB (Red+Green+Blue) = 190+255+180=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFB4 is #41004B. Grayscale: #E3E3E3. Windows color (decimal): -4259916 or 11861950. OLE color: 11861950.

HSL color Cylindrical-coordinate representation of color #BEFFB4: hue angle of 112º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEFFB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 180 -
CMYK 0.25 0 0.29 0
HSL 112º 1% 0.85% -
HSV(B) 112º 0.29% 1% -
XYZ 65.23 85.76 56.3 -
YUV 227.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 190 255 180 0.25 0 0.29 0 112 1 0.85
Hex BE FF B4 19 0 1D 0 70 64 55
Octal 276 377 264 31 0 35 0 160 144 125
Binary 10111110 11111111 10110100 11001 0 11101 0 1110000 1100100 1010101

Color Harmonies of #BEFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFB4

Black with #BEFFB4

Text Example


Text Example

White with #BEFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFB4; }

 p { color: rgb(190,255,180); }

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

background-color css

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

 a { background-color: rgb(190,255,180); }

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

border-color css

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

 span { border-color: rgb(190,255,180); }

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