#BEFDB4

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

Shades of Tea Green #BEFDB4

Tints of Tea Green #BEFDB4

Color information

#BEFDB4 (or 0xBEFDB4) is unknown color: approx Tea Green. HEX triplet: BE, FD and B4. RGB value is (190,253,180). Sum of RGB (Red+Green+Blue) = 190+253+180=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDB4 is #41024B. Grayscale: #E2E2E2. Windows color (decimal): -4260428 or 11861438. OLE color: 11861438.

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

Color convert

RGB190253180-
CMYK0.2500.290.01
HSL111.78º94.81%84.9%-
HSV(B)111.78º28.85%99.22%-
XYZ64.684.4956.08-
YUV225.84102.13102.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=30.50%
G=40.61%
B=28.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531800.2500.290.01111.7894.8184.9
HexBEFDB41901D1705f55
Octal276375264310351160137125
Binary101111101111110110110100110010111011111000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDB4; }

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

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

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

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

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

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

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

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